-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: uncomment all Markdown comments in the PR template
- Loading branch information
1 parent
f58909f
commit f72fbdc
Showing
1 changed file
with
10 additions
and
10 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 |
---|---|---|
@@ -1,41 +1,41 @@ | ||
# Pull Request Overview | ||
|
||
## π Summary | ||
<!-- Provide a brief overview of what this PR accomplishes --> | ||
Provide a brief overview of what this PR accomplishes. | ||
|
||
### Related Issues | ||
- Closes #(issue number) <!-- Replace with actual issue number --> | ||
- Closes #(issue number) Replace with actual issue number. | ||
|
||
### Type of Change | ||
<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> | ||
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 | ||
### What's Changed | ||
<!-- Provide a clear and concise description of what you changed and why --> | ||
Provide a clear and concise description of what you changed and why. | ||
|
||
### Implementation Details | ||
<!-- Describe how you implemented the changes --> | ||
Describe how you implemented the changes. | ||
|
||
### Technical Notes | ||
<!-- Include any technical details that reviewers should be aware of --> | ||
Include any technical details that reviewers should be aware of. | ||
|
||
## π§ Tests Results | ||
<!-- Describe the tests you performed to verify your changes --> | ||
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.) --> | ||
Provide relevant evidence of testing (screenshots, test outputs, etc.). | ||
|
||
### Testing Notes | ||
<!-- Include any special testing considerations or edge cases checked --> | ||
Include any special testing considerations or edge cases checked. | ||
|
||
## π Next Steps | ||
<!-- Indicate actions or improvements to be taken after this PR, if applicable. --> | ||
Indicate actions or improvements to be taken after this PR, if applicable. |