diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..eba690a8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ + +## Contributor Checklist: + +If this PR adds a new feature that improves compatibility with docker-compose, please add a link +to the exact part of compose spec that the PR touches. + +All changes require additional unit tests.