Skip to content

Commit

Permalink
Convert bug report issue template to form (#1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker authored Nov 10, 2022
1 parent 3c68140 commit 6b61aaa
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 64 deletions.
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
name: Bug Report
description: Report an bug/issue in TFLint's CLI
labels:
- bug
body:
- type: markdown
attributes:
value: |
Thanks for reporting a bug in TFLint. Please be sure to complete the fields below as we can only investigate reproducible issues. If you're having an issue with a specific rule/ruleset, report that in the relevant [ruleset repository](https://github.com/terraform-linters?q=topic%3Atflint-ruleset&type=source&language=&sort=).
- type: textarea
attributes:
label: Summary
description: Summarize the issue briefly, in a few sentences. Use the fields below to provide code snippets.
validations:
required: true
- type: input
attributes:
label: Command
description: The command used to invoke TFLint, including all arguments
value: tflint
validations:
required: true
- type: textarea
attributes:
label: Terraform Configuration
description: >
The Terraform configuration (typically HCL) that reproduces the bug.
You may need to reduce your project to an isolated configuration.
render: terraform
validations:
required: true
- type: textarea
attributes:
label: TFLint Configuration
description: The TFLint configuration (typically `.tflint.hcl`).
render: HCL
validations:
required: true
- type: textarea
attributes:
label: Output
description: The output printed by TFLint. If a clear error is not printed, enable debug logs (`TFLINT_LOG=debug`).
render: Shell
validations:
required: true
- type: input
attributes:
label: TFLint Version
placeholder: '0.42.2'
validations:
required: true
- type: input
attributes:
label: Terraform Version
description: If TFLint is unable to parse your configuration but Terraform can, please include the Terraform version. Otherwise, this can be omitted.
validations:
required: false
- type: checkboxes
attributes:
label: Operating System
description: Select any OS where you have reproduced this issue
options:
- label: Linux
- label: macOS
- label: Windows
64 changes: 0 additions & 64 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

0 comments on commit 6b61aaa

Please sign in to comment.