Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 17 additions & 16 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
## What?
Explain the changes you've made
## Why?
The “why” tells us what business or engineering goal this change achieves
## How?

## Testing?
[ ] Functional Testing

[ ] Security

[ ] Performance
<!-- Explain the changes you've made in this pull request. Provide a brief summary of the features, bug fixes, or refactors included. -->

[ ] Error Handling
## Why?

[ ] Code Quality
<!-- Describe the business or technical reason behind these changes. What goal does this PR achieve? -->

[ ] Documentation
## How?

[ ] Database
<!-- Detail how the changes were implemented. Include specifics on the code, technologies, or processes used. -->

[ ] Deployment
## Testing?

[ ] Final Review
- [ ] Functional Testing
- [ ] Security
- [ ] Performance
- [ ] Error Handling
- [ ] Code Quality
- [ ] Documentation
- [ ] Database
- [ ] Deployment
- [ ] Final Review

## Anything Else?

<!-- Add any further context, suggestions, or future considerations. -->