From 92d55951aaf4a4cf18d5cc438d998e5ccf65d840 Mon Sep 17 00:00:00 2001 From: Michael Frikke Depner Date: Mon, 28 Aug 2023 12:54:41 +0200 Subject: [PATCH] Add PR template --- .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..76d0e96c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +# READ ME BEFORE SUBMITTING A PR + +Please do not submit a PR with your solution to the Gilded Rose Kata. This repo is intended to be used as a starting point for the kata. + +- [ ] I acknowledge that this PR is not a solution to the Gilded Rose Kata, but an improvement to the template. + +## Please provide your PR description below this line