Skip to content

Commit

Permalink
fix: uncomment all Markdown comments in the PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
derianrddev committed Oct 30, 2024
1 parent f58909f commit f72fbdc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE.md
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.

0 comments on commit f72fbdc

Please sign in to comment.