diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5894d5aafc4..1c35b1a5f99 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,27 +1,28 @@ # Description of Changes -Please describe your change, mention any related tickets, and so on here. + # API and ABI breaking changes -If this is an API or ABI breaking change, please apply the -corresponding GitHub label. + # Expected complexity level and risk -*How complicated do you think these changes are? Grade on a scale from 1 to 5, -where 1 is a trivial change, and 5 is a deep-reaching and complex change.* + # Testing -*Describe any testing you've done, and any testing you'd like your reviewers to do, -so that you're confident that all the changes work as expected!* + -- [x] *Write a test you've completed here.* -- [ ] *Write a test you want a reviewer to do here, so they can check it off when they're satisfied.* +- [ ] +- [ ]