From c5d67ac412b5b7a2acee2d29042941718590305b Mon Sep 17 00:00:00 2001 From: s-weigand Date: Tue, 8 Jun 2021 20:09:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20checkboxes=20in=20checklis?= =?UTF-8?q?t=20section=20of=20the=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- .github/PULL_REQUEST_TEMPLATE/bug_fix_PR.md | 6 +++--- .github/PULL_REQUEST_TEMPLATE/docs_PR.md | 2 +- .github/PULL_REQUEST_TEMPLATE/feature_PR.md | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f88acf164..5c93b9cd3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,10 +24,10 @@ Explain the **details** for making this change. What existing problem does the p ### Checklist -[ ] โœ”๏ธ Passing the tests (mandatory for all PR's) -[ ] ๐Ÿ‘Œ Closes issue (mandatory for โœจ feature and ๐Ÿฉน bug fix PR's) -[ ] ๐Ÿงช Adds new tests for the feature (mandatory for โœจ feature and ๐Ÿฉน bug fix PR's) -[ ] ๐Ÿ“š Adds documentation of the feature +- [ ] โœ”๏ธ Passing the tests (mandatory for all PR's) +- [ ] ๐Ÿ‘Œ Closes issue (mandatory for โœจ feature and ๐Ÿฉน bug fix PR's) +- [ ] ๐Ÿงช Adds new tests for the feature (mandatory for โœจ feature and ๐Ÿฉน bug fix PR's) +- [ ] ๐Ÿ“š Adds documentation of the feature ### Closes issues diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix_PR.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix_PR.md index 618db833b..1853a4f7c 100644 --- a/.github/PULL_REQUEST_TEMPLATE/bug_fix_PR.md +++ b/.github/PULL_REQUEST_TEMPLATE/bug_fix_PR.md @@ -15,9 +15,9 @@ Explain the **details** for making this change. What existing problem does the p ### Checklist -[ ] โœ”๏ธ Passing the tests (mandatory!) -[ ] ๐Ÿ‘Œ Closes issue (mandatory!) -[ ] ๐Ÿงช Adds new tests for the bug +- [ ] โœ”๏ธ Passing the tests (mandatory!) +- [ ] ๐Ÿ‘Œ Closes issue (mandatory!) +- [ ] ๐Ÿงช Adds new tests for the bug ### Closes issues diff --git a/.github/PULL_REQUEST_TEMPLATE/docs_PR.md b/.github/PULL_REQUEST_TEMPLATE/docs_PR.md index bec130c36..191fb6c4d 100644 --- a/.github/PULL_REQUEST_TEMPLATE/docs_PR.md +++ b/.github/PULL_REQUEST_TEMPLATE/docs_PR.md @@ -9,7 +9,7 @@ Links to the changed sections ### Checklist -[ ] โœ”๏ธ Passing the tests (mandatory!) +- [ ] โœ”๏ธ Passing the tests (mandatory!) ### Closes issues diff --git a/.github/PULL_REQUEST_TEMPLATE/feature_PR.md b/.github/PULL_REQUEST_TEMPLATE/feature_PR.md index ff3350466..305615856 100644 --- a/.github/PULL_REQUEST_TEMPLATE/feature_PR.md +++ b/.github/PULL_REQUEST_TEMPLATE/feature_PR.md @@ -15,10 +15,10 @@ Explain the **details** for making this change. What existing problem does the p ### Checklist -[ ] โœ”๏ธ Passing the tests (mandatory!) -[ ] ๐Ÿ‘Œ Closes issue (mandatory!) -[ ] ๐Ÿงช Adds new tests for the feature (mandatory!) -[ ] ๐Ÿ“š Adds documentation of the feature +- [ ] โœ”๏ธ Passing the tests (mandatory!) +- [ ] ๐Ÿ‘Œ Closes issue (mandatory!) +- [ ] ๐Ÿงช Adds new tests for the feature (mandatory!) +- [ ] ๐Ÿ“š Adds documentation of the feature ### Closes issues