From 93b45cd7a4b044d3b8b324041f205a0bdea7cfc4 Mon Sep 17 00:00:00 2001 From: Anwai Archit Date: Fri, 28 Mar 2025 14:08:32 +0100 Subject: [PATCH 1/2] Create pull_request_template.md --- .github/pull_request_template.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 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 000000000..51fed1c3c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,29 @@ +## ๐Ÿ“ Pull Request (PR) Summary + +Please describe the changes this PR introduces. + +## ๐Ÿšฆ Status + + + +- [ ] ๐Ÿ‘€ Ready for review โ€“ Please take a look (the GTG stage). +- [ ] โœ… Ready to merge โ€“ Fully complete and approved. +- [ ] ๐Ÿ“ฃ Attention Needed โ€“ Requires input / decision from the developers. +- [ ] ๐Ÿšง WIP (Work in Progress) โ€“ Not ready for review. +- [ ] ๐Ÿงช Experimental / Testing: For testing or preview purposes only. + +## ๐Ÿ” Related Issues + +- Closes #123 +- Resolves #456 +- Fixes #789 + +## โœ… Checklist + + + +- [ ] Discussed with developers about the issue / details mentioned in this PR. +- [ ] Code compiles correctly. +- [ ] Tests added / updated for new developments. +- [ ] Documentation updated (if needed). +- [ ] PR title gives a TL&DR for the changes made. From 9368045fd7cd2694d6c42db260eea190fac52e3d Mon Sep 17 00:00:00 2001 From: Anwai Archit Date: Fri, 28 Mar 2025 14:14:02 +0100 Subject: [PATCH 2/2] Update pull_request_template.md --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 51fed1c3c..012ac2685 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ -## ๐Ÿ“ Pull Request (PR) Summary +## ๐Ÿ“ Description -Please describe the changes this PR introduces. +Please include a summary of the changes this PR introduces. Please also include relevant motivation and context. And list any (new) dependencies that are required for this change. ## ๐Ÿšฆ Status