Skip to content

Commit

Permalink
dev: improve issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 2, 2024
1 parent 44b3cdd commit d3a0412
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ body:
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
- 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
id: problem
Expand Down Expand Up @@ -111,3 +113,10 @@ body:
options:
- label: Yes, I've included all information above (version, config, etc.).
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)
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ description: "Suggest an idea for this project."
labels: [enhancement]
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
id: problem
attributes:
Expand Down Expand Up @@ -34,3 +44,10 @@ body:
placeholder: "Add any other context or screenshots about the feature request here."
validations:
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)

0 comments on commit d3a0412

Please sign in to comment.