From 4bcfe03d96fe30a82f4f871fdd4b8589cb346a77 Mon Sep 17 00:00:00 2001 From: "Max T. Kristiansen" Date: Sat, 21 Sep 2024 08:55:45 +0200 Subject: [PATCH] fix: update `id` tags on CoC checkbox --- .github/ISSUE_TEMPLATE/bug.yaml | 4 ++-- .github/ISSUE_TEMPLATE/feature-request.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 4c9853f..2a7ca23 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -2,7 +2,7 @@ name: 🐛 Bug Report description: Report a problem -labels: ['type:bug'] +labels: ['bug'] body: - type: checkboxes id: terms @@ -73,7 +73,7 @@ body: description: If you have any additional information or media which is relevant, please provide it here. - type: checkboxes - id: terms + id: accept-code-of-conduct attributes: label: Code of Conduct description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/fetcharr/fetcharr/blob/develop/CODE_OF_CONDUCT.md) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 9af13ad..2238cd4 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -2,7 +2,7 @@ name: ✨ Feature Request description: Suggest a feature -labels: ['type:enhancement'] +labels: ['enhancement'] body: - type: checkboxes id: terms @@ -36,7 +36,7 @@ body: description: If you have any additional information or media which is relevant, please provide it here. - type: checkboxes - id: terms + id: accept-code-of-conduct attributes: label: Code of Conduct description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/fetcharr/fetcharr/blob/develop/CODE_OF_CONDUCT.md)