Skip to content

Commit 36308c8

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent c1fadc2 commit 36308c8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Description
2+
3+
## Summary of Changes
4+
<!-- Provide a concise summary of the changes included in this PR, along with references to any related issues or tickets. -->
5+
- **Related Issue**: <!-- Add the issue number this PR addresses, if any (e.g., Fixes #123) -->
6+
7+
## Type of Change
8+
- [ ] 🐛 Bug Fix (non-breaking change that resolves an issue)
9+
- [ ] ✨ New Feature (non-breaking change that adds new functionality)
10+
- [ ] ⚙️ Improvement (enhancement to an existing feature or code optimization)
11+
- [ ] ♻️ Refactoring (non-functional code changes, e.g., renaming variables, improving readability)
12+
- [ ] 📖 Documentation Update (adding or updating project documentation)
13+
14+
## Checklist
15+
- [ ] Code adheres to the style guidelines of this project.
16+
- [ ] I have self-reviewed my code.
17+
- [ ] I have documented any new or complex sections where necessary.
18+
- [ ] Necessary documentation updates are included.
19+
- [ ] No new warnings, errors, or performance issues are introduced.
20+
21+
## Tests
22+
- [ ] All tests have been successfully run and are passing.
23+
24+
## Additional Notes
25+
<!-- Optional: Add any additional context for reviewers, such as deployment considerations, impact on existing functionality, known limitations, etc. -->

0 commit comments

Comments
 (0)