From 6116e14f453f5636b93e148af2b250e3319c9aa0 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Tue, 20 Jul 2021 22:48:33 +0200 Subject: [PATCH 1/2] add (apparently) required about text to issue links Signed-off-by: Mark Sagi-Kazar --- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index dee52e3b2..799bd6c0a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,12 +2,16 @@ blank_issues_enabled: false contact_links: - name: Ask a question url: https://github.com/go-kit/kit/discussions/new?category=q-a + about: Ask questions and discuss topics with other community members - name: Website url: https://gokit.io/ + about: Check the website for details, examples and documentation - name: Reference url: https://pkg.go.dev/github.com/go-kit/kit + about: Check the Go code reference - name: Slack channel url: https://gophers.slack.com/messages/go-kit + about: Ask questions here in realtime From 04b022446dce632e4f3a95a545df38ed546b4979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20S=C3=A1gi-Kaz=C3=A1r?= Date: Wed, 21 Jul 2021 00:00:30 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Peter Bourgon --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 799bd6c0a..450da5445 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,16 +2,16 @@ blank_issues_enabled: false contact_links: - name: Ask a question url: https://github.com/go-kit/kit/discussions/new?category=q-a - about: Ask questions and discuss topics with other community members + about: Questions and discussions with the Go kit community - name: Website url: https://gokit.io/ - about: Check the website for details, examples and documentation + about: Project overview, examples, frequently asked questions, etc. - name: Reference url: https://pkg.go.dev/github.com/go-kit/kit - about: Check the Go code reference + about: Go kit package documentation - name: Slack channel url: https://gophers.slack.com/messages/go-kit - about: Ask questions here in realtime + about: Real-time discussions and Q&A