-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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 #910 from Tgenz1213/PR_Template
PR Template
- Loading branch information
Showing
1 changed file
with
40 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,40 @@ | ||
- **Title**: [Descriptive title of the changes] | ||
- **Description**: [Provide a clear description of the changes and their purpose] | ||
- **Related Issues**: #[issue number] | ||
- **Type**: | ||
- [ ] Feature | ||
- [ ] Bug Fix | ||
- [ ] Refactor | ||
- [ ] Documentation | ||
- [ ] Other: | ||
|
||
## Implementation Details | ||
|
||
- [ ] Changes are focused and solve the stated problem | ||
- [ ] Code follows project style guides | ||
- [ ] Complex logic is documented | ||
- [ ] No unnecessary complexity introduced | ||
|
||
## Testing | ||
|
||
- [ ] Unit tests added/updated | ||
- [ ] Integration tests added/updated | ||
- [ ] Manual testing completed | ||
- [ ] All tests passing | ||
|
||
## Documentation & Quality | ||
|
||
- [ ] Project documentation updated | ||
- [ ] Code reviewed for clarity | ||
- [ ] Breaking changes clearly marked | ||
- [ ] Dependencies documented | ||
|
||
## Deployment Impact | ||
|
||
- [ ] Database migrations required? [Yes/No] | ||
- [ ] Configuration changes needed? [Yes/No] | ||
- [ ] Breaking changes? [Yes/No] | ||
|
||
## Additional Notes | ||
|
||
[Add any other context or notes for reviewers] |