summaryrefslogtreecommitdiff
path: root/pull_request_template.md
blob: be59deacc91b262fbd2f73818c5b7a137a961420 (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, do not introduce new bugs
- Avoid code duplication
- 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