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

Introduce 3 issue templates and links #1097

Merged
merged 7 commits into from
Feb 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 -->
frankfarzan marked this conversation as resolved.
Show resolved Hide resolved
<!-- EX: -->
<!-- Kpt Version (you may find this by running `kpt version` in your shell) -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO, we just need two pieces of info:

  1. Output of kpt version. This should include any host info we need for debugging like platform and arch. If something is missing, it's easy to expand it.
  2. Minimum reproducible package

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@runewake2 can you respond here and let's figure out how to bring this to closure 😄

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@runewake2 ping... lingering work...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should have time to loop back by the end of the week. I've been prioritizing other work. Thanks for the ping.

<!-- 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
prachirp marked this conversation as resolved.
Show resolved Hide resolved
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 -->