Minor documentation updates

This commit is contained in:
Mark Szymanski
2017-01-21 22:43:56 -06:00
parent 67aca3c664
commit ca66659f75
2 changed files with 13 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
Before to submit your pull-request:
- Be sure that the unit tests pass
- If you create a new feature, test your code, do not introduce new bugs
- If you create a new feature, test your code, and do not introduce new bugs
- Avoid code duplication
- Small pull-requests are easier to review and can be merged quickly
- Remember, small pull-requests are easier to review and can be merged quickly
- 1 pull-request == 1 feature/improvement
- Non necessary features should be implemented as plugin
- Nonessential features should be implemented as plugin