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

15 lines
520 B
Plaintext
Raw Normal View History

2018-01-06 11:17:14 +02:00
<!--
# Adding new features
If you want to add a new feature, consider asking about it before implementing it to
make sure it is within the scope of the project. Of course you are free to create the
pull request directly but it is not guaranteed it is going to be accepted.
# Style
- Only use tabs for indentation, not spaces.
- Do not remove or add optional characters from other lines (such as colons or new line
characters) as it can make the commit needlessly big, and create conflicts with other
changes.
-->