You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Create PULL_REQUEST_TEMPLATE
This commit is contained in:
14
docs/PULL_REQUEST_TEMPLATE
Normal file
14
docs/PULL_REQUEST_TEMPLATE
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<!--
|
||||||
|
# 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.
|
||||||
|
-->
|
Reference in New Issue
Block a user