dev: improve issue templates

This commit is contained in:
Fernandez Ludovic 2024-05-12 19:01:06 +02:00
parent 44b3cdd137
commit d3a0412bc5
2 changed files with 26 additions and 0 deletions

View File

@ -15,6 +15,8 @@ body:
required: true 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/) - 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 required: true
- label: I agree to follow this project's [Code of Conduct](https://github.com/golangci/golangci-lint?tab=coc-ov-file)
required: true
- type: textarea - type: textarea
id: problem id: problem
@ -111,3 +113,10 @@ body:
options: options:
- label: Yes, I've included all information above (version, config, etc.). - label: Yes, I've included all information above (version, config, etc.).
required: true required: true
- type: checkboxes
id: supporter
attributes:
label: Supporter
options:
- label: I am a sponsor/backer through [GitHub](https://github.com/sponsors/golangci/) or [OpenCollective](https://opencollective.com/golangci-lint)

View File

@ -3,6 +3,16 @@ description: "Suggest an idea for this project."
labels: [enhancement] labels: [enhancement]
body: body:
- type: checkboxes
id: terms
attributes:
label: Welcome
options:
- label: Yes, I've searched similar issues on GitHub and didn't find any.
required: true
- label: I agree to follow this project's [Code of Conduct](https://github.com/golangci/golangci-lint?tab=coc-ov-file)
required: true
- type: textarea - type: textarea
id: problem id: problem
attributes: attributes:
@ -34,3 +44,10 @@ 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
options:
- label: I am a sponsor through [GitHub](https://github.com/sponsors/golangci/) or [OpenCollective](https://opencollective.com/golangci-lint)