diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..b7685ea6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1 @@ +By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. diff --git a/CHANGELOG.md b/CHANGELOG.md index d8cf47eb..f97fa051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # EC2 Rescue for Linux v1.1.3 #### General +* [Enhancement] Added pull request template with license wording. #### Framework * [Enhancement] Options class: Added support for providing a comma delimited list of exclusions with the --no argument.