Skip to content

Commit

Permalink
lint: Run yamlfmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Oct 20, 2023
1 parent 9080b41 commit f4c2504
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "triage"]
description: File a bug report.
title: '[Bug]: '
labels: [bug, triage]
assignees:
- skyzyx
body:
Expand All @@ -15,6 +16,6 @@ body:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
value: A bug happened!
validations:
required: true
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ contact_links:
- name: Community Support
url: https://github.com/northwood-labs/terraform-provider-corefunc/discussions
about: Please ask and answer questions here.
- name: Documentation for the Go library.
url: https://pkg.go.dev/github.com/northwood-labs/terraform-provider-corefunc
about: Read Go library documentation.
- name: Documentation for the Terraform provider.
url: https://registry.terraform.io/providers/northwood-labs/corefunc
about: Read Terraform provider documentation.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature Request
description: Request new functionality
description: Request new functionality.
title: '[Feature]: '
labels: [feature, triage]
assignees:
Expand Down

0 comments on commit f4c2504

Please sign in to comment.