From 7c26072565023846c2ae17b213b84f6b921b1b4a Mon Sep 17 00:00:00 2001 From: Buckley Date: Wed, 28 Feb 2024 11:22:38 -0800 Subject: [PATCH] updated pr template --- .github/pull_request_template.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ef8150b6..9e95c4ea 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,22 @@ -Fixes # +### Issue # (if applicable) ---- -By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license. +Closes #. + +### Reason for this change + + + +### Description of changes + + + +### Description of how you validated changes + + + +### Checklist +- [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) + +---- + +*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* \ No newline at end of file