Add PR and issue templates

This commit is contained in:
Andrey Smirnov
2016-12-30 00:11:45 +03:00
parent babccfa21f
commit 781c22e256
2 changed files with 35 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
Fixes #
## Requirements
All new code should be covered with tests, documentation should be updated. CI should pass.
## Description of the Change
<!--
Why this change is important?
-->
## Checklist
- [ ] unit-test added (if change is algorithm)
- [ ] functional test added/updated (if change is functional)
- [ ] man page updated (if applicable)
- [ ] documentation updated
- [ ] author name in `AUTHORS`