From 3f51204e494d0db0cef2dd532d41336594a906af Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 24 May 2024 19:22:56 +0200 Subject: [PATCH] chore: improve issues chooser --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0ead4e4..9e3e403 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: Bug Report +name: 🐞 Bug Report description: "Create a report to help us improve." body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 250cbac..1ec65d5 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,7 +6,7 @@ contact_links: - name: ❓ Questions url: https://github.com/golangci/golangci-lint-action/discussions about: If you have a question, or are looking for advice, please post on our Discussions forum! - - name: 🗣️ Chat on Slack + - name: 💬 Chat on Slack url: https://gophers.slack.com/archives/CS0TBRKPC about: Maybe chatting with the community can help - name: 🏡 Golangci-lint main repository diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5ac4821..c123454 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,4 +1,4 @@ -name: Feature request +name: 💡 Feature request description: "Suggest an idea for this project." body: - type: checkboxes