diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md new file mode 100755 index 000000000..b087ab06c --- /dev/null +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ + + +#### Checklist + +- [ ] There is a corresponding issue for this pull request. +- [ ] My branch is up-to-date with the Upstream `master` branch. +- [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] I have added necessary documentation (if appropriate) + +#### Short description of what this resolves: + + +#### Changes proposed in this pull request: + +- +- +- + + + +Fixes # diff --git a/docs/bug_report.md b/docs/bug_report.md new file mode 100755 index 000000000..3addb8358 --- /dev/null +++ b/docs/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a report to help us improve + +title: "BUG: " +labels: bug-report "P3 - Normal" +assignees: kreyren nntoan +--- + +### Actual Behaviour + + + + +### Expected Behaviour + + + + +### Steps to reproduce it + + + + +### System information: + diff --git a/docs/feature_request.md b/docs/feature_request.md new file mode 100755 index 000000000..0b872e0d9 --- /dev/null +++ b/docs/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea for this project + +title: "REQUEST: " +labels: feature-request "P3 - Normal" +assignees: kreyren nntoan +--- + +### Description/Abstract + + + +### Expected Behaviour + + +### Actual behaviour (optional) +