diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a576eaf --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,26 @@ +## Summary + +### Changes + +> Please provide a summary of what's being changed + +### User experience + +> Please share what the user experience looks like before and after this change + +## Checklist + +If your change doesn't seem to apply, please leave them unchecked. + +* [ ] I have reviewed the [contributing guidelines](https://github.com/aws/aws-mcp-proxy/blob/main/CONTRIBUTING.md) +* [ ] I have performed a self-review of this change +* [ ] Changes have been tested +* [ ] Changes are documented + +Is this a breaking change? (Y/N) +* [ ] Yes +* [ ] No + +## Acknowledgment + +By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.