Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue forms #1166

Merged
merged 4 commits into from Jul 20, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
@@ -0,0 +1,18 @@
name: 🐛 Bug report
sagikazarmark marked this conversation as resolved.
Show resolved Hide resolved
description: Report a bug to help us improve
sagikazarmark marked this conversation as resolved.
Show resolved Hide resolved
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
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,17 @@
blank_issues_enabled: false
contact_links:
- name: ❓ Ask a question
sagikazarmark marked this conversation as resolved.
Show resolved Hide resolved
url: https://github.com/go-kit/kit/discussions/new?category=q-a
about: Ask and discuss questions with other community members
sagikazarmark marked this conversation as resolved.
Show resolved Hide resolved

- name: 🌐 Website
sagikazarmark marked this conversation as resolved.
Show resolved Hide resolved
url: https://gokit.io/
about: Check the website for details
sagikazarmark marked this conversation as resolved.
Show resolved Hide resolved

- name: 📓 Reference
sagikazarmark marked this conversation as resolved.
Show resolved Hide resolved
url: https://pkg.go.dev/mod/github.com/go-kit/kit
sagikazarmark marked this conversation as resolved.
Show resolved Hide resolved
about: Check the Go code reference
sagikazarmark marked this conversation as resolved.
Show resolved Hide resolved

- name: 💬 Slack channel
sagikazarmark marked this conversation as resolved.
Show resolved Hide resolved
url: https://gophers.slack.com/messages/go-kit
about: Please ask and answer questions here
sagikazarmark marked this conversation as resolved.
Show resolved Hide resolved
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
sagikazarmark marked this conversation as resolved.
Show resolved Hide resolved
description: Suggest an idea for this project
sagikazarmark marked this conversation as resolved.
Show resolved Hide resolved
body:
- type: textarea
attributes:
label: What would you like?
validations:
required: true