mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-05-19 19:01:52 +00:00
chore: improve issue templates
This commit is contained in:
parent
66dfb5ced2
commit
03b1faa37e
2 changed files with 27 additions and 2 deletions
21
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
21
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -10,8 +10,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
|
||||
|
||||
- type: textarea
|
||||
id: problem
|
||||
|
|
@ -25,6 +23,7 @@ body:
|
|||
id: golangci-lint-version
|
||||
attributes:
|
||||
label: Version of golangci-lint
|
||||
placeholder: golangci-lint has version 2.x.x built with go1.x.x from xxxx on xxxx-xx-xx
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
|
@ -32,6 +31,7 @@ body:
|
|||
id: github-action-version
|
||||
attributes:
|
||||
label: Version of the GitHub Action
|
||||
placeholder: v9.2.0
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
|
@ -69,6 +69,7 @@ body:
|
|||
id: go-env
|
||||
attributes:
|
||||
label: Go version
|
||||
placeholder: go1.25.8
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
|
@ -86,3 +87,19 @@ body:
|
|||
</details>
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
id: validation
|
||||
attributes:
|
||||
label: Validation
|
||||
options:
|
||||
- label: Yes, I've included all the information above (example, version, config, etc.).
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
id: supporter
|
||||
attributes:
|
||||
label: Supporter
|
||||
description: If you find golangci-lint valuable, consider [sponsoring the project](https://donate.golangci.org) to help sustain its development. 💛
|
||||
options:
|
||||
- label: I am a [sponsor/backer](https://donate.golangci.org) of this project.
|
||||
|
|
|
|||
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -42,3 +42,11 @@ body:
|
|||
placeholder: "Add any other context or screenshots about the feature request here."
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: checkboxes
|
||||
id: supporter
|
||||
attributes:
|
||||
label: Supporter
|
||||
description: If you find golangci-lint valuable, consider [sponsoring the project](https://donate.golangci.org) to help sustain its development. 💛
|
||||
options:
|
||||
- label: I am a [sponsor/backer](https://donate.golangci.org) of this project.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue