diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 3c01fbdc2..7434add8b 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,14 +1,16 @@ ### Description of Change ### -Describe your changes here. + -### Bugs Fixed ### +### Issues Resolved ### -- Provide links to bugs here + + +- fixes # ### API Changes ### -List all API changes here (or just put None), example: + -### Behavioral Changes ### +### Platforms Affected ### -Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase. + + +- Core/XAML (all platforms) +- iOS +- Android +- UWP + +### Behavioral/Visual Changes ### + + ### PR Checklist ### -- [ ] Has tests (if omitted, state reason in description) +- [ ] Has automated tests - [ ] Rebased on top of the target branch at time of PR - [ ] Changes adhere to coding standard -- [ ] Consolidate commits as makes sense