1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Update CONTRIBUTING.md

This commit is contained in:
Laurent Cozic 2018-01-05 20:50:28 +01:00 committed by GitHub
parent d659d975cd
commit 88cfba53a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,4 +3,4 @@ If you want to add a new feature, consider asking about it before implementing i
# 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.
- 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.