From 529c419ca8c2a91a00bbd6ab3e8f44410fc8389f Mon Sep 17 00:00:00 2001 From: Nik Date: Sun, 4 Sep 2022 15:57:51 +0200 Subject: [PATCH] git: Added pattern pull request template --- .github/PULL_REQUEST_TEMPLATE/pattern_template.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pattern_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pattern_template.md b/.github/PULL_REQUEST_TEMPLATE/pattern_template.md new file mode 100644 index 0000000..eb9b64c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pattern_template.md @@ -0,0 +1,10 @@ +# Pattern + +[Information about your pattern] + +## Checklist +- [ ] A pattern for this format doesn't exist yet (or this PR improves the existing one) +- [ ] The new pattern has been added to the relevant table in the Readme +- [ ] The pattern was associated with all relevant MIME types (using `#pragma MIME mime-type` in the source code) +- [ ] A test file for this pattern has been added to [/tests/patterns/test_data](/tests/patterns/test_data) + - Try to keep this file below ~ 1 MB