diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..c1cc4cf93d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + +## Describe the bug + + + +## Steps to reproduce + + + +## Expected behaviour + + + +## Evidence + + +## Environment + +- OS: +- Version: + +## Additional context + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..105495f8de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + + + +## Description of issue / requirement to address + + + +## Proposed solution + + diff --git a/.github/ISSUE_TEMPLATE/other-issues.md b/.github/ISSUE_TEMPLATE/other-issues.md new file mode 100644 index 0000000000..55ff2f020e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other-issues.md @@ -0,0 +1,10 @@ +--- +name: Other issues +about: For issues that are not bug reports or feature requests +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..d182944d99 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +## Description + + + +## Checklist + +I confirm that I have completed the following checks: + +- [ ] I have justified any large differences in the regression tests caused by this pull request in the comments. +- [ ] I have added new tests where appropriate for the changes I have made. +- [ ] If I have had to change any existing unit or integration tests, I have justified this change in the pull request comments. +- [ ] If I have made documentation changes, I have checked they render correctly. +- [ ] I have added documentation for my change, if appropriate.