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

Check & Update PR Template #96

Merged
merged 2 commits into from
Jan 9, 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
15 changes: 7 additions & 8 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@

**✨ Description:**
## ✨ Description

[Please describe the background, purpose, changes made, and how to test this PR]

**🚧 Related Issues:**
## 🚧 Related Issues

[List the issue numbers related to this PR]

**πŸ‘¨β€πŸ’» Changes Proposed:**
## πŸ‘¨β€πŸ’» Changes Proposed

- [ ] change
- [ ] change1
- [ ] ...


**πŸ§‘β€πŸ€β€πŸ§‘ Who can review?**
## πŸ§‘β€πŸ€β€πŸ§‘ Who Can Review?

[Please use the '@' symbol to mention any community member who is free to review the PR once the tests have passed. Feel free to tag members or contributors who might be interested in your PR.]

**πŸ›  TODO**
## πŸ›  TODO

- [ ] task1
- [ ] ...

**βœ… Checklist:**
## βœ… Checklist

- [ ] Code has been reviewed
- [ ] Code complies with the project's code standards and best practices
Expand Down