0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00
thunderbird-android/.github/pull_request_template.md

13 lines
805 B
Markdown
Raw Normal View History

2020-08-31 18:33:41 +02:00
Please ensure that your pull request meets the following requirements - thanks!
2017-03-23 12:32:24 +01:00
2023-02-03 17:28:34 +01: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 spotlessCheck` to check and `gradlew spotlessFormat` to format your source code; will be checked by CI).
2023-02-03 17:28:34 +01:00
- 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.
- For cosmetic changes add one or multiple images, if possible.
2017-03-23 12:32:24 +01:00
2020-08-31 18:33:41 +02:00
Finally, please replace this template text with a description of the change and additional context if necessary.