-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from nov0ax/pull-request-template
Add a new Pull Request Template
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Pull Request Overview | ||
|
||
## π Summary | ||
Provide a brief summary of what this PR accomplishes. | ||
|
||
### πͺ§ Related Issues | ||
- Closes #(issue number) Replace with actual issue number. | ||
|
||
### π Type of Change | ||
Mark with an `x` all the checkboxes that apply (like `[x]`). | ||
|
||
- [ ] π Documentation (updates to README, docs, or comments) | ||
- [ ] π Bug fix (non-breaking change which fixes an issue) | ||
- [ ] π Enhancement (non-breaking change which adds functionality) | ||
- [ ] π₯ Breaking change (fix or feature that would cause existing functionality to change) | ||
|
||
### π Changes Made | ||
Provide a clear and concise description of what you changed and why. | ||
|
||
### π Implementation Details | ||
Describe how you implemented the changes. | ||
|
||
### π Technical Notes | ||
Include any technical details that reviewers should be aware of. | ||
|
||
### β Tests Results | ||
Describe the tests you performed to verify your changes: | ||
|
||
### Test Coverage | ||
- [ ] β Unit Tests | ||
- [ ] β Integration Tests | ||
- [ ] β Manual Testing | ||
|
||
### πΈ Evidence | ||
Provide relevant evidence of testing (screenshots, test outputs, etc.). | ||
|
||
### π Testing Notes | ||
Include any special testing considerations or edge cases checked. | ||
|
||
### π Next Steps | ||
Indicate actions or improvements to be taken after this PR, if applicable. |