Contributions are welcome to the Depensy project, especially to fix bugs and to make improvements to the app.
Looking for something to work on? Check issues.
Issues marked feature are the place to go.
To learn how to build and run the code, follow the instructions in the README.
The code in this project uses official Kotlin coventions.
This project uses the GitHub flow where most
development happens directly on the master
branch. The master
branch should always be in a
healthy state which is ready for release.
Writing a good description for your pull request is crucial to help reviewer and future maintainers understand your change. More detail is better.
- Link the issue you're addressing in the pull request.
- Describe why the change is being made and why you've chosen a particular solution.
Please submit one pull request per issue. Large pull requests which have unrelated changes can be difficult to review.
After submitting a pull request, members of the project will review your code and approve the request if ok.