Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert bug report issue template to form #1546

Merged
merged 6 commits into from
Nov 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.