Skip to content

Commit

Permalink
Add (apparently) required about text to issue links (#1169)
Browse files Browse the repository at this point in the history
* add (apparently) required about text to issue links

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>

* Apply suggestions from code review

Co-authored-by: Peter Bourgon <peterbourgon@users.noreply.github.com>
  • Loading branch information
sagikazarmark and peterbourgon committed Jul 20, 2021
1 parent 8b2c52a commit 3220134
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Expand Up @@ -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: Questions and discussions with the Go kit community

- name: Website
url: https://gokit.io/
about: Project overview, examples, frequently asked questions, etc.

- name: Reference
url: https://pkg.go.dev/github.com/go-kit/kit
about: Go kit package documentation

- name: Slack channel
url: https://gophers.slack.com/messages/go-kit
about: Real-time discussions and Q&A

0 comments on commit 3220134

Please sign in to comment.