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)