Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update template labels to new naming #619

Merged
merged 1 commit into from
Oct 29, 2024
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
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
Loading