From 10bf1c76cfa74ef4a5166b593b217fff803008c0 Mon Sep 17 00:00:00 2001 From: iTrooz Date: Mon, 20 May 2024 01:05:48 +0200 Subject: [PATCH] chore: mention description pragma in PR template --- .github/PULL_REQUEST_TEMPLATE/pattern_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE/pattern_template.md b/.github/PULL_REQUEST_TEMPLATE/pattern_template.md index b0b4955..49551fa 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pattern_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pattern_template.md @@ -5,6 +5,7 @@ ## 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 new pattern has a description pragma (`#pragma description My pattern Description here`) - [ ] The pattern was associated with all relevant MIME types (using `#pragma MIME mime-type` in the source code) - Make sure to never use `application/octet-stream` here as that means "Unidentifiable binary data" - [ ] A test file for this pattern has been added to [/tests/patterns/test_data](/tests/patterns/test_data)