dev: improve issue chooser (#4747)
This commit is contained in:
parent
62c83ccd29
commit
495321c9b4
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Bug Report
|
name: 🐞 Bug Report
|
||||||
description: "Create a report to help us improve."
|
description: "Create a report to help us improve."
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
body:
|
body:
|
||||||
|
11
.github/ISSUE_TEMPLATE/config.yml
vendored
11
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,8 +1,11 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Questions
|
- name: 📖 Documentation
|
||||||
url: https://github.com/golangci/golangci-lint/discussions
|
|
||||||
about: If you have a question, or are looking for advice, please post on our Discussions forum!
|
|
||||||
- name: golangci-lint documentation
|
|
||||||
url: https://golangci-lint.run
|
url: https://golangci-lint.run
|
||||||
about: Please take a look to our documentation.
|
about: Please take a look to our documentation.
|
||||||
|
- name: ❓ Questions
|
||||||
|
url: https://github.com/golangci/golangci-lint/discussions
|
||||||
|
about: If you have a question, or are looking for advice, please post on our Discussions forum!
|
||||||
|
- name: 💬 Chat on Slack
|
||||||
|
url: https://gophers.slack.com/archives/CS0TBRKPC
|
||||||
|
about: Maybe chatting with the community can help
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Feature Request
|
name: 💡 Feature request
|
||||||
description: "Suggest an idea for this project."
|
description: "Suggest an idea for this project."
|
||||||
labels: [enhancement]
|
labels: [enhancement]
|
||||||
body:
|
body:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user