From 2e0444de6212702788996d5cf213af40a2a631a0 Mon Sep 17 00:00:00 2001 From: SohamJuneja <138424822+SohamJuneja@users.noreply.github.com> Date: Sat, 30 Nov 2024 16:25:25 +0530 Subject: [PATCH] Add PR checklist template --- .github/.github/pull_request_template.md | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/.github/pull_request_template.md diff --git a/.github/.github/pull_request_template.md b/.github/.github/pull_request_template.md new file mode 100644 index 00000000..25580973 --- /dev/null +++ b/.github/.github/pull_request_template.md @@ -0,0 +1,27 @@ + + +### Testing done + + + +### Submitter checklist +- [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! +- [ ] Ensure that the pull request title represents the desired changelog entry +- [ ] Please describe what you did +- [ ] Link to relevant issues in GitHub or Jira +- [ ] Link to relevant pull requests, esp. upstream and downstream changes +- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue + +