Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

35 lines (27 loc) · 1.55 KB

Contributions

Contributions are welcome to the Depensy project, especially to fix bugs and to make improvements to the app.

Finding issues you can help with

Looking for something to work on? Check issues.

Looking to work on a feature ?

Issues marked feature are the place to go.

Making changes to the code

Preparing your development environment

To learn how to build and run the code, follow the instructions in the README.

Style guidelines

The code in this project uses official Kotlin coventions.

Workflow

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.

Submitting a pull request and participating in code review

Writing a good description for your pull request is crucial to help reviewer and future maintainers understand your change. More detail is better.

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.