blob: 9756a6e7e5e6789a386d752ba1162cc16110dc34 (
plain)
1
2
3
4
5
6
7
8
|
Before to submit your pull-request:
- Be sure that the unit tests pass
- If you create a new feature, test your code, and do not introduce new bugs
- Avoid code duplication
- Remember, small pull-requests are easier to review and can be merged quickly
- 1 pull-request == 1 feature/improvement
- Nonessential features should be implemented as plugin
|