From a9ce1868304cd67580f996f67199477eeb5d98a1 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Sun, 19 Jan 2025 18:31:32 +0100 Subject: [PATCH] docs: Fix format of issue template checkbox (#846) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Fix the format of the label for the checkbox asking whether you want to work in the issue. ## Type of Change - [ ] โœจ `feat` -- New feature (non-breaking change which adds functionality) - [ ] ๐Ÿ› ๏ธ `fix` -- Bug fix (non-breaking change which fixes an issue) - [ ] โŒ `!` -- Breaking change (fix or feature that would cause existing functionality to change) - [ ] ๐Ÿงน `refactor` -- Code refactor - [ ] โœ… `ci` -- Build configuration change - [x] ๐Ÿ“ `docs` -- Documentation - [ ] ๐Ÿ—‘๏ธ `chore` -- Chore --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d72cb58c..71d162a4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -87,5 +87,5 @@ body: attributes: label: Other options: - - label: I'm interested in working on a PR for this: + - label: I'm interested in working on a PR for this. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7e9b155e..5a70c2a5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -63,5 +63,5 @@ body: attributes: label: Other options: - - label: I'm interested in working on a PR for this: + - label: I'm interested in working on a PR for this.