Update CONTRIBUTING.md

pull/138/head^2
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
1 changed files with 1 additions and 1 deletions

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.