From 93debb40704c94fb4f89ca93f660e8b5c0fdb747 Mon Sep 17 00:00:00 2001 From: Kshitij Raj Sharma <36752999+kshitijrajsharma@users.noreply.github.com> Date: Sun, 24 Mar 2024 15:02:14 +0545 Subject: [PATCH] Create pull_request_template.md --- .github/workflows/pull_request_template.md | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/workflows/pull_request_template.md diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md new file mode 100644 index 00000000..762da17e --- /dev/null +++ b/.github/workflows/pull_request_template.md @@ -0,0 +1,42 @@ +## What type of PR is this? +>Check all applicable + +- [ ] 🍕 Feature +- [ ] 🐛 Bug Fix +- [ ] 📝 Documentation +- [ ] 🧑‍💻 Refactor +- [ ] ✅ Test +- [ ] 🤖 Build or CI +- [ ] ❓ Other (please specify) + +## Related Issue : + +- Resolve #123example + +## What does this PR do ? + +A brief description of how this solves the issue. + +## Consideration : + +Are there any alternatives considered / tried out during development for solution ? Any specific decision made ? if Yes , explain + +## How to test ? + +Notes for the reviewer. How to test this change? + +## Screenshots : + +Please provide screenshots of the change. + +## Checklists: + +Checklist before requesting 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?