diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md deleted file mode 100644 index 7c261c8..0000000 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ /dev/null @@ -1,15 +0,0 @@ -## Context - -* - -## Choices - -* - -## Test instructions - -1. - -## Documentation - -* [ ] I have written documentation for this change. \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..21bd454 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +## Context + +* + +## Choices + +* + +## Test instructions + +1. + +## Checklist before requesting a review + +* [ ] I have performed a self-review of my code +* [ ] I've added documentation about this change to the README. +* [ ] I've not introduced breaking changes.