forked from Twingate/terraform-provider-twingate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec4b2a4
commit 32e9dd5
Showing
3 changed files
with
102 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
name: Bug Report | ||
description: Report a bug related to Twingate's Terraform provider | ||
title: "[Bug] " | ||
labels: ["bug", "triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Report a bug related to Twingate's Terraform provider. | ||
- type: input | ||
id: summary | ||
attributes: | ||
label: Summary | ||
description: In 1-sentence, what happened? | ||
placeholder: Terraform set my laptop on fire | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: What did you expect to happen? | ||
placeholder: Describe what happened | ||
value: | | ||
### Steps to reproduce | ||
### Actual outcome | ||
### Expected outcome | ||
validations: | ||
required: true | ||
- type: input | ||
id: provider-version | ||
attributes: | ||
label: Twingate provider version | ||
description: Your provider version | ||
placeholder: v3.0.0 | ||
validations: | ||
required: true | ||
- type: input | ||
id: terraform-version | ||
attributes: | ||
label: Terraform version | ||
description: Output of `terraform -v` | ||
placeholder: Terraform v1.10.0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: terraform-output | ||
attributes: | ||
label: Terraform output | ||
description: Any relevant Terraform output (formatted as shell output) | ||
render: shell | ||
- type: textarea | ||
id: additional-information | ||
attributes: | ||
label: Additional information | ||
description: Any additional information you think may be helpful | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Bug Report | ||
description: Propose a new feature for Twingate's Terraform provider | ||
title: "[Feature] " | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Propose a new feature for Twingate's Terraform provider. | ||
- type: input | ||
id: summary | ||
attributes: | ||
label: Summary | ||
description: In 1-sentence, describe your feature request | ||
placeholder: Order a pizza using Terraform | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: details | ||
attributes: | ||
label: Rationale | ||
description: Why is this useful? How should it work? | ||
placeholder: Tell us more! | ||
value: | | ||
### Why this is useful | ||
### How it should work | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-information | ||
attributes: | ||
label: Additional information | ||
description: Any additional information you think may be helpful | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: "Twingate's Support Forum" | ||
url: https://forum.twingate.com/ | ||
about: "Join us for questions, answers or twingate related chat. Please do create issues on Github for better collaboration." | ||
- name: "Twingate Support" | ||
url: https://help.twingate.com/ | ||
about: "Please ask and answer questions here for async response." |