Skip to content

Commit

Permalink
Introduce 3 issue templates and links (#1097)
Browse files Browse the repository at this point in the history
* Introduce 3 issue templates and links
- template for bug, question, feature request
- configure community links for slack/kpt website
  • Loading branch information
runewake2 committed Feb 19, 2021
1 parent 153c545 commit d91ac21
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: 🐞 Bug Report
about: Report an issue with kpt
title: ""
labels:
- bug
assignees: ""
---

### Expected behavior

### Actual behavior

### Information

<!-- Please include any additional information related to your issue -->
<!-- EX: -->
<!-- Kpt Version (you may find this by running `kpt version` in your shell) -->
<!-- Kpt Package that can demonstrate the error. Ex: https://github.com/kubernetes/examples/staging/cockroachdb -->

### Steps to reproduce the behavior
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: Kpt Slack Channel
url: https://kubernetes.slack.com/app_redirect?channel=kpt
about: Discuss Kpt Topics with the Kpt Team on Slack
- name: Kpt Guides
url: https://googlecontainertools.github.io/kpt/guides/
about: Learn more about using kpt with these guides
- name: Kpt Mailing List
url: https://groups.google.com/forum/#!forum/kpt-users
about: Join the Kpt mailing list
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: 💡 Feature Request
about: Suggest an idea for kpt
title: ""
labels:
- enhancement
assignees: ""
---

### Is your feature request related to a problem? Please describe.

### Describe the solution you'd like

### Describe alternatives you've considered

### Additional context
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: ❓ Question
about: Ask a question about kpt
title: "[Question]"
labels:
- question
assignees: ""
---

<!-- Describe your question here -->

0 comments on commit d91ac21

Please sign in to comment.