dev: improve issue chooser (#4747)

This commit is contained in:
Ludovic Fernandez 2024-05-24 22:49:53 +02:00 committed by GitHub
parent 62c83ccd29
commit 495321c9b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 6 deletions

View File

@ -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:

View File

@ -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

View File

@ -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: