Skip to content

Commit

Permalink
chore: improve bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 28, 2023
1 parent a303529 commit 35c89eb
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ body:
required: true
- label: Yes, I've searched similar issues on GitHub and didn't find any.
required: true
- label: Yes, I've included all information below (version, config, etc.).
required: true
- label: Yes, I've tried with the standalone linter if available (e.g., gocritic, go vet, etc.). (https://golangci-lint.run/usage/linters/)
required: true

Expand Down Expand Up @@ -43,7 +41,7 @@ body:
- type: textarea
id: config
attributes:
label: Configuration file
label: Configuration
value: |-
<details>
Expand Down Expand Up @@ -103,3 +101,11 @@ body:
</details>
validations:
required: true

- type: checkboxes
id: validation
attributes:
label: Validation
options:
- label: Yes, I've included all information below (version, config, etc.).
required: true

0 comments on commit 35c89eb

Please sign in to comment.