.github/PULL_REQUEST_TEMPLATE.md
# Description
This PR includes the following proposed change(s):
- {List all the changes, if possible add the jira ticket #}
## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Refactoring / Documentation
- [ ] Version change
- [ ] Dependencies added/removed
## Aspect(s) of Project Affected
- [ ] Frontend
- [ ] API
- [ ] Database
- [ ] Workflows
- [ ] Documentation
## Best Practices Checklist
- [ ] I have performed a self-review of my own code
- [ ] My code follows the Airbnb React Style Guidelines
- [ ] Documentation has been updated to reflect my changes
- [ ] New and existing tests pass locally with my changes
## How Has This Been Tested?
Please describe the tests that you ran to verify your changes.