Skip to content

Commit

Permalink
Merge pull request juju#619 from hmlanigan/labels
Browse files Browse the repository at this point in the history
chore: update template labels to new naming
  • Loading branch information
hpidcock authored Oct 29, 2024
2 parents e2fd38a + ad0a3e9 commit 66d016c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/BugReport.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Bug Report
description: Something's not working right in Terraform Juju Provider? Use this
template.
labels: [bug]
labels:
- kind/bug
- state/untriaged
body:
- type: markdown
attributes:
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/FeatureRequest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Feature Request
description: You want something to be added to Terraform Juju Provider? Proceed with this one.
labels: [wishlisted]
labels:
- kind/feature
- state/untriaged
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -41,4 +43,4 @@ body:
description: |
Please add relevant notes, links to mattermost chats, other related
issues/PRs, anything to help diagnose, understand and develop the
feature you want.
feature you want.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/SchemaChanges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Schema Change
description: |
You want to contribute functionality to Terraform Juju Provider,
requiring a schema change? Proceed with this one.
labels: [schema changes]
labels:
- area/schema
- kind/feature
- state/untriaged
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 66d016c

Please sign in to comment.