Skip to content

Commit

Permalink
Issue forms (#1166)
Browse files Browse the repository at this point in the history
* add issue forms

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

* add issue configuration

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>

* Add back missing bug label

Co-authored-by: Peter Bourgon <peterbourgon@users.noreply.github.com>
  • Loading branch information
sagikazarmark and peterbourgon committed Jul 20, 2021
1 parent a42f139 commit 8b2c52a
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 24 deletions.
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
@@ -0,0 +1,19 @@
name: Bug report
description: Report a bug
labels: [bug]
body:
- type: textarea
attributes:
label: What did you do?
validations:
required: true
- type: textarea
attributes:
label: What did you expect?
validations:
required: true
- type: textarea
attributes:
label: What happened instead?
validations:
required: true
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,13 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
url: https://github.com/go-kit/kit/discussions/new?category=q-a

- name: Website
url: https://gokit.io/

- name: Reference
url: https://pkg.go.dev/github.com/go-kit/kit

- name: Slack channel
url: https://gophers.slack.com/messages/go-kit
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
@@ -0,0 +1,8 @@
name: Feature request
description: Suggest new functionality or an enhancement
body:
- type: textarea
attributes:
label: What would you like?
validations:
required: true

0 comments on commit 8b2c52a

Please sign in to comment.