From a4cf113a182c5eacedb682b0f2f38b4c3550306f Mon Sep 17 00:00:00 2001 From: Gaurav Pratap Singh Date: Fri, 31 Jan 2025 17:49:04 +0530 Subject: [PATCH 1/2] Issue No. #177 Fixed. --- .github/workflows/pull_request_template.md | 41 ++++++++++++++++++++++ 1 file changed, 41 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 0000000..7f647b7 --- /dev/null +++ b/.github/workflows/pull_request_template.md @@ -0,0 +1,41 @@ +### 🚀 Pull Request + +**Description** +A clear and concise description of the changes introduced in this pull request. + +--- + +**Related Issue** +If this pull request addresses an issue, link to it here (e.g., `Closes #123`). + +--- + +**Type of Change** +What kind of change does this pull request introduce? +- [ ] 🐛 Bug fix +- [ ] 🚀 New feature +- [ ] 📄 Documentation update +- [ ] 🛠️ Code improvement/refactor +- [ ] 🖼️ UI/UX update +- [ ] Other (please specify) + +--- + +**Screenshots (if applicable)** +Add screenshots or screen recordings to demonstrate the new feature or fix. + +--- + +**Checklist** +Please ensure the following tasks are complete before submitting the pull request: +- [ ] I have tested my changes and ensured they work as expected. +- [ ] I have added any necessary documentation or comments. +- [ ] I have checked the existing issues and pull requests to avoid duplicates. +- [ ] I have **starred this repository**. +- [ ] I have reviewed my code for best practices and readability. +- [ ] I have included any relevant tests (if applicable). + +--- + +**Additional Context** +Add any other relevant information or context about the pull request here. From 89c108554733548dc55854090fd40ed6442af19b Mon Sep 17 00:00:00 2001 From: Gaurav Pratap Singh Date: Sat, 1 Feb 2025 22:35:34 +0530 Subject: [PATCH 2/2] Update README.md