From 1198e6ece91de8b7386aa71759356d10bdd72b4f Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Wed, 20 Mar 2024 20:51:23 +0545 Subject: [PATCH] ci(pr-template): adds new pr template --- .github/pull_request_template.md | 39 ++++++++++++++++++++++++++++++++ 1 file changed, 39 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..295d4e06 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,39 @@ +## What type of PR is this? (check all applicable) + +- [ ] 🍕 Feature +- [ ] 🐛 Bug Fix +- [ ] 📝 Documentation +- [ ] 🧑‍💻 Refactor +- [ ] ✅ Test +- [ ] 🤖 Build or CI +- [ ] ❓ Other (please specify) + +## Related Issue +Example : +- Resolve #123 + +## Describe this PR + +A brief description of how this solves the issue. + +## Screenshots + +Please provide screenshots of the change. + +## Consideration + +Are there any alternatives considered / tried out during development for solution. + +## Review Guide + +Notes for the reviewer. How to test this change? + +## Checklist before requesting a review + +- 📖 Read the HOT Code of Conduct: +- 👷‍♀️ Create small PRs. In most cases, this will be possible. +- ✅ Provide tests for your changes. +- 📝 Use descriptive commit messages. +- 📗 Update any related documentation and include any relevant screenshots. + +## [optional] What gif best describes this PR or how it makes you feel?