From ffcbb9b6e4a597b07e0ef93adca97a87dad5973b Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Thu, 13 Apr 2023 20:28:46 +0530 Subject: [PATCH 1/2] [#312]: add PR template --- .github/Pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/Pull_request_template.md diff --git a/.github/Pull_request_template.md b/.github/Pull_request_template.md new file mode 100644 index 00000000..ed1692b8 --- /dev/null +++ b/.github/Pull_request_template.md @@ -0,0 +1,21 @@ + +## Describe your changes + + +## Fixes Issue + + + + + +## Check List (Check all the applicable boxes) + +- [ ] My code follows the code style of this project. +- [ ] My change requires changes to the documentation. +- [ ] I have updated the documentation accordingly. +- [ ] All new and existing tests passed. \ No newline at end of file From 5fb96d0ec08bd53dc586cfc641ab682da3d395f9 Mon Sep 17 00:00:00 2001 From: Melloware Date: Fri, 14 Apr 2023 08:09:48 -0400 Subject: [PATCH 2/2] Rename Pull_request_template.md to PULL_REQUEST_TEMPLATE.md --- .github/{Pull_request_template.md => PULL_REQUEST_TEMPLATE.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{Pull_request_template.md => PULL_REQUEST_TEMPLATE.md} (91%) diff --git a/.github/Pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 91% rename from .github/Pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE.md index ed1692b8..172e4be6 100644 --- a/.github/Pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,4 +18,4 @@ - [ ] My code follows the code style of this project. - [ ] My change requires changes to the documentation. - [ ] I have updated the documentation accordingly. -- [ ] All new and existing tests passed. \ No newline at end of file +- [ ] All new and existing tests passed.