diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3a6ef7a6b..2931f6425 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,6 @@ name: Report an issue description: Help us fix bugs by providing detailed information +labels: ["bug"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 168ab545c..f8f9e1727 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,6 @@ name: Feature request description: Share your ideas to improve Corsair +labels: ["enhancement"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/integration_request.yml b/.github/ISSUE_TEMPLATE/integration_request.yml index f6132cf2f..62ad5ac53 100644 --- a/.github/ISSUE_TEMPLATE/integration_request.yml +++ b/.github/ISSUE_TEMPLATE/integration_request.yml @@ -1,5 +1,6 @@ name: Integration request description: Request a new integration to be added to Corsair +labels: ["enhancement"] body: - type: markdown attributes: @@ -8,7 +9,7 @@ body: **Before submitting:** - If you plan to build this integration, check [corsair.dev/oss](https://corsair.dev/oss) first to see whether it is already claimed or in progress. Claim it there before you start so two people do not work on the same plugin. - - Check if this integration has already been [requested](https://github.com/corsair/corsair/issues?q=is%3Aissue+label%3Aintegration) or [implemented](https://github.com/corsair/corsair/issues?q=is%3Aissue+label%3Aintegration+is%3Aclosed). If it has, please add a 👍 reaction instead of creating a duplicate. + - Check if this integration has already been [requested](https://github.com/corsair/corsair/issues?q=is%3Aissue+label%3Aenhancement) or [implemented](https://github.com/corsair/corsair/issues?q=is%3Aissue+label%3Aenhancement+is%3Aclosed). If it has, please add a 👍 reaction instead of creating a duplicate. - For general feature requests, please use the [feature request template](https://github.com/corsair/corsair/issues/new?assignees=&labels=&projects=&template=feature_request.yml&title=) instead. - type: input attributes: