diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e31a3a35..7f46f8e4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,14 +1,33 @@ -Ticket(s): FE-### + -## Problem +### Description + -## Solution +### Motivation and context + + -## Result +### How was the change tested? + + + -## Out of scope +### Screenshots (if appropriate): -## Testing +### Change types + +* - [ ] Bug fix (non-breaking change that fixes an issue) +* - [ ] New feature (non-breaking change that adds functionality) +* - [ ] Breaking change (backwards-incompatible fix or feature) + +### Checklist: + + +* - [ ] My code follows the code style of this project. +* - [ ] My change requires a change to Fauna documentation. +* - [ ] My change requires a change to the README, and I have updated it accordingly. ---- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. + +