Skip to content

Commit 495321c

Browse files
authored
dev: improve issue chooser (#4747)
1 parent 62c83cc commit 495321c

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bug Report
1+
name: 🐞 Bug Report
22
description: "Create a report to help us improve."
33
labels: [bug]
44
body:

.github/ISSUE_TEMPLATE/config.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Questions
4-
url: https://github.com/golangci/golangci-lint/discussions
5-
about: If you have a question, or are looking for advice, please post on our Discussions forum!
6-
- name: golangci-lint documentation
3+
- name: 📖 Documentation
74
url: https://golangci-lint.run
85
about: Please take a look to our documentation.
6+
- name: ❓ Questions
7+
url: https://github.com/golangci/golangci-lint/discussions
8+
about: If you have a question, or are looking for advice, please post on our Discussions forum!
9+
- name: 💬 Chat on Slack
10+
url: https://gophers.slack.com/archives/CS0TBRKPC
11+
about: Maybe chatting with the community can help

.github/ISSUE_TEMPLATE/feature_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Feature Request
1+
name: 💡 Feature request
22
description: "Suggest an idea for this project."
33
labels: [enhancement]
44
body:

0 commit comments

Comments
 (0)