Skip to content
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
38 changes: 34 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,48 @@ assignees: ''

---

## Introduction

<!--
Thank you for reporting bugs. It will definitely improve our project.
Please write bug details here. If you have reproducible code, writing it together makes it easier to investigate.
Thank you for reporting a bug. It will definitely improve our project.
Please share the bug summary and assumptions first.

```hcl
// Write code here
```
-->

## Expected Behavior

<!--
Under the above assumptions, please explain what you expect and what you do.

```console
// Write output or debug log
```
-->

## Actual behavior

<!--
Please explain the problem you are facing and the current situation for the expected behavior.

```console
// Write output or debug log
```
-->

## Step to Reproduce

Also please share any additional context if you have, such as running in VS Code.
<!--
Please explain how we can reproduce the problem.

```hcl
// Write code here
```
-->

## Version
## Additional Context

<!--
It is a good practice to list the versions where the bug occurred.
Expand Down
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
blank_issues_enabled: false
contact_links:
- name: Discussions
url: https://github.com/terraform-linters/tflint/discussions/new
about: |
Ask a question, Share an idea, knowledge
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Feature proposals
about: Propose a feature with clarified how to implement
title: ''
labels: ''
assignees: ''

---

## Introduction

<!--
Thank you for your feature proposals.
Please write an outline of the proposal first.
It is good to explain what kind of problem you want to solve and what you are happy to be able to do.
-->

## Proposal

<!--
Please explain your ideas, including implementations, of what approaches you can take to solve the problem.
-->

## References

<!--
Please list references you referred to when writing this proposal.
-->
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/others.md

This file was deleted.