Skip to content

Commit

Permalink
Merge pull request #18 from nov0ax/pull-request-template
Browse files Browse the repository at this point in the history
Add a new Pull Request Template
  • Loading branch information
salazarsebas authored Nov 22, 2024
2 parents 16d8930 + b51e6a5 commit df12a77
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/PULL-REQUEST-TEMPLATE.md
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.

0 comments on commit df12a77

Please sign in to comment.