diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..f60545bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,14 @@ + + +## Detailed Description + + +## Context + + + +## Possible Implementation + + +## Your Environment + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..6e4f7c42 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 + + + +## 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`