From 89cc36e4150a81c85029d539d1692beb05dcf98f Mon Sep 17 00:00:00 2001 From: Bingumalla Likith <138435877+binguliki@users.noreply.github.com> Date: Fri, 31 May 2024 21:22:57 +0530 Subject: [PATCH] "Updated the PULL REQUEST readme template" --- .github/pull_request_template.md | 37 ++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1d06289c..2d90a2f0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,26 +1,31 @@ -## Related Issue -[Cite any related issue(s) this pull request addresses. If none, simply state "None”] +## πŸ› οΈ Related Issue + +- Closes #[issue_number] -## Description -[Please include a brief description of the changes or features added] +## πŸ“ Description + +[Provide a concise description of the changes. Include the purpose and any relevant context or details.] -## Type of PR +## πŸ” Type of PR -- [ ] Bug fix -- [ ] Feature enhancement -- [ ] Documentation update -- [ ] Other (specify): _______________ +- [ ] πŸ› Bug fix +- [ ] ✨ Feature enhancement +- [ ] πŸ“š Documentation update +- [ ] πŸ›‘ Other (specify): _______________ -## Screenshots / videos (if applicable) -[Attach any relevant screenshots or videos demonstrating the changes] +## πŸ“Έ Screenshots / πŸŽ₯ Videos (if applicable) + +[Attach screenshots or videos] -## Checklist: -- [ ] I have performed a self-review of my code +## βœ… Checklist + +- [ ] I have performed a self-review of my code. - [ ] I have read and followed the Contribution Guidelines. - [ ] I have tested the changes thoroughly before submitting this pull request. - [ ] I have provided relevant issue numbers, screenshots, and videos after making the changes. - [ ] I have commented my code, particularly in hard-to-understand areas. - -## Additional context: -[Include any additional information or context that might be helpful for reviewers.] +## ℹ️ Additional Context + +[Include any additional context or information that might assist reviewers in understanding the changes]