Skip to content

Commit

Permalink
Fix label field in issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybear327 committed Aug 30, 2024
1 parent eecebfa commit 78aa064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
name: Bug Report
description: Report a bug encountered while operating netbox operator
labels:
- type/bug
labels: ["bug"]
body:
- type: checkboxes
id: confirmations
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
name: Feature request
description: Provide ideas for a new feature
labels:
- type/feature
labels: ["feature"]
body:
- type: textarea
id: feature
Expand Down

0 comments on commit 78aa064

Please sign in to comment.