From eb49f7f761c2466d368d5798d755eaaf584fb798 Mon Sep 17 00:00:00 2001 From: Ashwin P Chandran Date: Mon, 3 Apr 2023 15:58:40 -0700 Subject: [PATCH] updates PR template to hint at how to link issues to pull request (#3730) Signed-off-by: Ashwin P Chandran --- .github/pull_request_template.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c5d1c4e35f36..9bd61e660b6c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,14 @@ ### Description -[Describe what this change achieves] - + + + ### Issues Resolved -[List any issues this PR will resolve] - + + + + ### Check List + - [ ] All tests pass - [ ] `yarn test:jest` - [ ] `yarn test:jest_integration` @@ -12,4 +16,4 @@ - [ ] New functionality includes testing. - [ ] New functionality has been documented. - [ ] Update [CHANGELOG.md](./../CHANGELOG.md) -- [ ] Commits are signed per the DCO using --signoff \ No newline at end of file +- [ ] Commits are signed per the DCO using --signoff