diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 489a6be5377..7e4d4f737c5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,6 +4,7 @@ about: Report an issue that you've encountered. title: '' labels: 'Type: Bug' assignees: '' +type: 'Bug' --- @@ -15,14 +16,14 @@ assignees: '' -### Expected Behaviour - - - ### Current Behaviour +### Expected Behaviour + + + ### Context diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a1f258592d9..9bb97aac846 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,13 +4,26 @@ about: Request an improvement or a new feature. title: '' labels: 'Type: Improvement' assignees: '' +type: 'Feature' --- +### Current Behaviour + + + ### Desired Behaviour -### Current Behaviour +### Undesired Behaviour - + + +### Importance of Feature + + + +### Additional Context + + \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c8dc15a162f..b18f17466bd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,19 +1,31 @@ -### Issue - -*Close or ref the associated ticket, e.g. Closes #84* + +## Issue Closes # ### Description -*Add a description of the changes made*. + + +### Developer Testing + + +- I have verified unit tests pass locally: `python -m pytest -vs` +- ... -### Testing +### Acceptance Criteria and Reviewer Testing -*Describe the tests that were used to verify your changes*. + +- [ ] Unit tests pass locally: `python -m pytest -vs` +- [ ] ... -### Acceptance Criteria +### Documentation and Additional Notes -*How should the reviewer test your changes*? + -### Documentation + -*How have you changed the documentation to reflect your changes? All changes should be noted in the appropriate file in docs/release_notes*