diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 6116a2f6..b5cebae3 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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: @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 25965714..540eb7d7 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 5e2d0c2f..aa9420c4 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,6 +1,6 @@ --- name: Feature Request -description: Request new functionality +description: Request new functionality. title: '[Feature]: ' labels: [feature, triage] assignees: