From c52a7791c2214661b3d47b88a40ad3112df10ea8 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Fri, 12 Mar 2021 15:25:16 +0100 Subject: [PATCH] Add PR template with index reminder --- .github/pull_request_template.md | 6 ++++++ 1 file changed, 6 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 0000000..d2457fe --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,6 @@ +If you're submitting a recipe, remember to: + +1. Add it to the index +2. Follow all [submission guidelines](https://github.com/LukeSmithxyz/based.cooking#rules-for-submission) + +(feel free to remove this text from your PR once you've reviewed the checklist)