thunderbird-android/.github/pull_request_template.md

13 lines
738 B
Markdown
Raw Normal View History

2020-08-31 16:33:41 +00:00
Please ensure that your pull request meets the following requirements - thanks!
2017-03-23 11:32:24 +00:00
2020-08-31 16:33:41 +00:00
* Does not contain merge commits. Rebase instead.
* Contains commits with descriptive titles.
* New code is written in Kotlin whenever possible.
* Follows our existing codestyle (`gradlew ktlintCheck`; will be checked by CI).
* Does not break any unit tests (`gradlew testDebugUnitTest`; will be checked by CI).
* Uses a descriptive title; don't put issue numbers in there.
* Contains a reference to the issue that it fixes (e.g. *Closes #XXX* or *Fixes #XXX*) in the body text.
2017-08-30 21:18:26 +00:00
* For cosmetic changes add one or multiple images, if possible.
2017-03-23 11:32:24 +00:00
2020-08-31 16:33:41 +00:00
Finally, please replace this template text with a description of the change and additional context if necessary.