Skip to content

Commit 0d191c9

Browse files
authored
dev: improve bug report template (#3930)
1 parent 0f31e51 commit 0d191c9

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+11-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
required: true
1212
- label: Yes, I've searched similar issues on GitHub and didn't find any.
1313
required: true
14-
- label: Yes, I've included all information below (version, config, etc.).
14+
- label: Yes, I've read the typecheck section of the FAQ (https://golangci-lint.run/usage/faq/#why-do-you-have-typecheck-errors).
1515
required: true
1616
- label: Yes, I've tried with the standalone linter if available (e.g., gocritic, go vet, etc.). (https://golangci-lint.run/usage/linters/)
1717
required: true
@@ -43,13 +43,12 @@ body:
4343
- type: textarea
4444
id: config
4545
attributes:
46-
label: Configuration file
46+
label: Configuration
4747
value: |-
4848
<details>
4949
5050
```console
51-
$ cat .golangci.yml
52-
# paste output here
51+
# paste configuration file or CLI flags here
5352
```
5453
5554
</details>
@@ -103,3 +102,11 @@ body:
103102
</details>
104103
validations:
105104
required: true
105+
106+
- type: checkboxes
107+
id: validation
108+
attributes:
109+
label: Validation
110+
options:
111+
- label: Yes, I've included all information above (version, config, etc.).
112+
required: true

0 commit comments

Comments
 (0)