diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0c41af7104..18a1700e6b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,4 +2,5 @@ - [ ] Have you added a test, reproducer or referred to an issue with a reproducer? - [ ] Have you tested your changes locally for CPU and GPU devices? - [ ] Have you made sure that new changes do not introduce compiler warnings? -- [ ] If this PR is a work in progress, are you filing the PR as a draft? +- [ ] Have you checked performance impact of proposed changes? +- [ ] If this PR is a work in progress, are you opening the PR as a draft?