1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/.github/PULL_REQUEST_TEMPLATE

26 lines
1010 B
Plaintext
Raw Normal View History

<!--
2019-01-12 00:07:23 +02:00
Please prefix the title with the platform you are targetting:
2020-05-10 18:42:21 +02:00
Here are some examples of good titles:
- Desktop: Resolves #123: Added new setting to change font
- Mobile, Desktop: Fixes #456: Fixed config screen error
- All: Resolves #777: Made synchronisation faster
And here's an explanation of the title format:
2019-01-12 00:07:23 +02:00
- "Desktop" for the Windows/macOS/Linux app (Electron app)
- "Mobile" for the mobile app (or "Android" / "iOS" if the pull request only applies to one of the mobile platforms)
- "CLI" for the CLI app
2020-05-10 18:42:21 +02:00
If it's two platforms, separate them with commas - "Desktop, Mobile" or if it's for all platforms, prefix with "All".
2019-10-01 22:37:55 +02:00
If it's not related to any platform (such as a translation, change to the documentation, etc.), simply don't add a platform.
2020-05-10 18:42:21 +02:00
Then please append the issue that you've addressed or fixed. Use "Resolves #123" for new features or improvements and "Fixes #123" for bug fixes.
2019-01-12 00:07:23 +02:00
AND PLEASE READ THE GUIDE: https://github.com/laurent22/joplin/blob/dev/CONTRIBUTING.md
2018-01-06 11:17:14 +02:00
-->