From 8ec5e0372aaf77f3c977e19fa322a4ab0bb7b716 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sat, 9 Mar 2024 12:17:10 +0200 Subject: [PATCH] github: Add PR template Adding a link to related part of compose spec is much easier for the contributors, because they're already working on the feature. This saves reviewer time. Signed-off-by: Povilas Kanapickas --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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.