diff --git a/pull_request_template.md b/pull_request_template.md index b5ef2f91..c66c88d9 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,14 +1,15 @@ -Hey there contributors! Before you make your contribution, please consider using this template. - -## What was changed? - + ## Type of change - -- [ ] Bug Fix +- [ ] Bug fix - [ ] Improvement -- [ ] New Feature +- [ ] New feature + +## What was changed? +(What bug was fixed, what feature was added, etc. Make sure to reference issues if applicable) -## Impacted Areas in Application +## Impacted areas in the application +(What screens or files where changed) ## A description about your changes +(What does this code do exactly. Explain why it's the most effective)