Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Report an issue
description: Help us fix bugs by providing detailed information
labels: ["bug"]
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Feature request
description: Share your ideas to improve Corsair
labels: ["enhancement"]
body:
- type: markdown
attributes:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/integration_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Integration request
description: Request a new integration to be added to Corsair
labels: ["enhancement"]
body:
- type: markdown
attributes:
Expand All @@ -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:
Expand Down
Loading