mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-05-14 03:12:44 +00:00
chore: improve issue templates
This commit is contained in:
@@ -10,8 +10,6 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- label: Yes, I've searched similar issues on GitHub and didn't find any.
|
- label: Yes, I've searched similar issues on GitHub and didn't find any.
|
||||||
required: true
|
required: true
|
||||||
- label: Yes, I've included all information below (version, config, etc).
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
@@ -25,6 +23,7 @@ body:
|
|||||||
id: golangci-lint-version
|
id: golangci-lint-version
|
||||||
attributes:
|
attributes:
|
||||||
label: Version of golangci-lint
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@@ -32,6 +31,7 @@ body:
|
|||||||
id: github-action-version
|
id: github-action-version
|
||||||
attributes:
|
attributes:
|
||||||
label: Version of the GitHub Action
|
label: Version of the GitHub Action
|
||||||
|
placeholder: v9.2.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@@ -69,6 +69,7 @@ body:
|
|||||||
id: go-env
|
id: go-env
|
||||||
attributes:
|
attributes:
|
||||||
label: Go version
|
label: Go version
|
||||||
|
placeholder: go1.25.8
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@@ -86,3 +87,19 @@ body:
|
|||||||
</details>
|
</details>
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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.
|
||||||
|
|||||||
@@ -42,3 +42,11 @@ body:
|
|||||||
placeholder: "Add any other context or screenshots about the feature request here."
|
placeholder: "Add any other context or screenshots about the feature request here."
|
||||||
validations:
|
validations:
|
||||||
required: false
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user