Unverified Commit 61c9fde7 authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Update the PR template to reflect reality (#876)

* Update the PR template to reflect reality

* Add a note about removing checklist items that aren't applicable
parent 0617a507
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@
<!--- see how your change affects other areas of the code, etc. -->

## Checklist
- [ ] I have updated `CHANGELOG.md`
- [ ] I have updated `aws/SDK_CHANGELOG.md` if applicable
<!--- If a checkbox below is not applicable, then please DELETE it rather than leaving it unchecked -->
- [ ] I have updated `CHANGELOG.md` if I made changes to the smithy-rs codegen or runtime crates
- [ ] I have updated `aws/SDK_CHANGELOG.md` if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.