From 781c22e2564f2dad67ca1fcb86e9a048ecf6f07d Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 30 Dec 2016 00:11:45 +0300 Subject: [PATCH] Add PR and issue templates --- .github/ISSUE_TEMPLATE.md | 14 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 21 +++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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`