From 6ba20840e05888243dce58d4dbc430d78506f66e Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Wed, 24 Jan 2024 10:56:57 +0100 Subject: [PATCH] update pull request template --- .../pull_request_template.md | 15 --------------- .github/pull_request_template.md | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 15 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md create mode 100644 .github/pull_request_template.md 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.