Move Github templates to a folder

This commit is contained in:
Frederic Guillot
2016-07-23 15:19:35 -04:00
parent d4606f69f6
commit e0d330dda8
3 changed files with 1 additions and 0 deletions

8
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +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
- 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