From ba0c37d444861d4dc32d4ccc9d530f7d3ef9a8df Mon Sep 17 00:00:00 2001 From: Akash Singh Date: Sun, 4 Feb 2024 18:34:46 +0530 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 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..a07a28d6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ +## IMPORTANT: Please do not create a Pull Request without creating an issue first. + +_Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request._ + +Please provide enough information so that I can review your pull request: + +## Closing issues + +Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). + +### Self Check before Merge + +Please check all items below before review. + +- [ ] Corresponding issues are created/updated or not needed +- [ ] Docs are updated/provided or not needed +- [ ] Examples are updated/provided or not needed +- [ ] Changesets are provided or not needed