Skip to content

Commit f4c2504

Browse files
committed
lint: Run yamlfmt.
1 parent 9080b41 commit f4c2504

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
---
12
name: Bug Report
2-
description: File a bug report
3-
title: "[Bug]: "
4-
labels: ["bug", "triage"]
3+
description: File a bug report.
4+
title: '[Bug]: '
5+
labels: [bug, triage]
56
assignees:
67
- skyzyx
78
body:
@@ -15,6 +16,6 @@ body:
1516
label: What happened?
1617
description: Also tell us, what did you expect to happen?
1718
placeholder: Tell us what you see!
18-
value: "A bug happened!"
19+
value: A bug happened!
1920
validations:
2021
required: true

.github/ISSUE_TEMPLATE/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ contact_links:
44
- name: Community Support
55
url: https://github.com/northwood-labs/terraform-provider-corefunc/discussions
66
about: Please ask and answer questions here.
7+
- name: Documentation for the Go library.
8+
url: https://pkg.go.dev/github.com/northwood-labs/terraform-provider-corefunc
9+
about: Read Go library documentation.
10+
- name: Documentation for the Terraform provider.
11+
url: https://registry.terraform.io/providers/northwood-labs/corefunc
12+
about: Read Terraform provider documentation.

.github/ISSUE_TEMPLATE/feature.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Feature Request
3-
description: Request new functionality
3+
description: Request new functionality.
44
title: '[Feature]: '
55
labels: [feature, triage]
66
assignees:

0 commit comments

Comments
 (0)