Skip to content

Commit

Permalink
Merge pull request #169 from vmware-tanzu/issue-template
Browse files Browse the repository at this point in the history
Add issue templates for kapp
  • Loading branch information
joaopapereira authored Dec 4, 2020
2 parents 965ad76 + 0d71550 commit 0b705d6
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug report
about: Tell us about a problem you are experiencing
labels: carvel-triage,bug
---

**What steps did you take:**
[A clear and concise description steps and any files that can be used to reproduce the problem.]

**What happened:**
[A small description of the result]

**What did you expect:**
[A description of what was expected]


**Anything else you would like to add:**
[Additional information that will assist in solving the issue.]


**Environment:**

- kapp version (use `kapp --version`):
- OS (e.g. from `/etc/os-release`):
- Kubernetes version (use `kubectl version`)
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-enhancement-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature request
about: Suggest an idea for kapp
labels: carvel-triage,enhancement
---

**Describe the problem/challenge you have**
[A description of the current challenge that you are experiencing.]


**Describe the solution you'd like**
[A clear and concise description of what you want to happen. If applicable a visual representation of the UX (ex: new CLI argument name, the behavior expected).]


**Anything else you would like to add:**
[Additional information that will assist in solving the issue.]
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/other-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Other issue or question
about: Free form issue or question
labels: carvel-triage
---

0 comments on commit 0b705d6

Please sign in to comment.