changed contributions guidelines, please ask/talk first about new features

This commit is contained in:
vabene1111 2022-09-23 17:07:04 +02:00
parent 36c30f9e11
commit 60043fff59
2 changed files with 8 additions and 4 deletions

View File

@ -71,8 +71,7 @@ Because of that there are several ways you can support us
- **Let us host for you** We are offering a [hosted version](https://app.tandoor.dev) where all profits support us and the development of tandoor (currently only available in germany). - **Let us host for you** We are offering a [hosted version](https://app.tandoor.dev) where all profits support us and the development of tandoor (currently only available in germany).
## Contributing ## Contributing
Contributions are welcome but please read [this](https://docs.tandoor.dev/contribute/#contributing-code) **BEFORE** contributing anything!
You can help out with the ongoing development by looking for potential bugs in our code base, or by contributing new features. We are always welcoming new pull requests containing bug fixes, refactors and new features. We have a list of tasks and bugs on our issue tracker on Github. Please comment on issues if you want to contribute with, to avoid duplicating effort.
## Your Feedback ## Your Feedback

View File

@ -11,8 +11,13 @@ over at [GitHub issues](https://github.com/vabene1111/recipes/issues).
Without feedback improvement can't happen, so don't hesitate to say what you want to say. Without feedback improvement can't happen, so don't hesitate to say what you want to say.
## Contributing Code ## Contributing Code
Code contributions are always welcome. There are no special rules for what you need to do, If you want to contribute bug fixes or small tweaks then your pull requests are always welcome!
just do your best and we will work together to get your idea and code merged into the project.
!!! danger "Discuss First!"
If you want to contribute larger features that introduce more complexity to the project please
make sure to **first submit a technical description** outlining what and how you want to do it.
This allows me and the community to give feedback and manage the complexity of the overall
application. If you don't do this please don't be mad if I reject your PR
!!! info !!! info
The dev setup is a little messy as this application combines the best (at least in my opinion) of both Django and Vue.js. The dev setup is a little messy as this application combines the best (at least in my opinion) of both Django and Vue.js.