From d5fc2c872baa25de00d2594d6faa6a2c1f9833e9 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Fri, 13 Dec 2024 12:02:17 +0800 Subject: [PATCH] chore: Improve pull request template to encourage issue linking Signed-off-by: Chad Wilson --- .github/pull_request_template.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fa049cb30e2..c2b6de9bd72 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,16 @@ -## Fixes Issue # - ## Description of Change -*Please add a description of the proposed change* + + +## Related issues + + ## Have test cases been added to cover the new functionality?