Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the PULL REQUEST readme template URGENT:🚨 #231

Merged
merged 1 commit into from
Jun 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 21 additions & 16 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
## Related Issue
[Cite any related issue(s) this pull request addresses. If none, simply state "None”]
## 🛠️ Related Issue
<!-- Cite any related issue(s) this pull request addresses.
Use keywords like "Closes #123", "Fixes #456", or "Resolves #789" to automatically close the issue when the PR is merged. If none, simply state "None" -->
- Closes #[issue_number]

## Description
[Please include a brief description of the changes or features added]
## 📝 Description
<!-- Please include a brief description of the changes or features added -->
[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 any relevant screenshots or videos demonstrating the changes -->
[Attach screenshots or videos]

## Checklist:
- [ ] I have performed a self-review of my code
## ✅ Checklist
<!-- Put an "X" inside [] to check the box -->
- [ ] 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.
<!-- [X] - put a cross/X inside [] to check the box -->

## Additional context:
[Include any additional information or context that might be helpful for reviewers.]
## ℹ️ Additional Context
<!-- Include any additional information or context that might be helpful for reviewers -->
[Include any additional context or information that might assist reviewers in understanding the changes]
Loading