Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhsk authored Apr 20, 2021
1 parent 11d7094 commit 82f0b2e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
15 changes: 14 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
name: Bug report
about: Tell us about a problem you are experiencing
labels: carvel-triage,bug
title: ''
labels: bug, carvel-triage
assignees: ''

---

**What steps did you take:**
Expand All @@ -20,3 +23,13 @@ labels: carvel-triage,bug

- kapp Controller version (execute `kubectl get deployment -n kapp-controller kapp-controller -o yaml` and the annotation is `kbld.k14s.io/images`):
- Kubernetes version (use `kubectl version`)

---
Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.
15 changes: 14 additions & 1 deletion .github/ISSUE_TEMPLATE/feature-enhancement-request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
name: Feature request
about: Suggest an idea for kapp controller
labels: carvel-triage,enhancement
title: ''
labels: carvel-triage, enhancement
assignees: ''

---

**Describe the problem/challenge you have**
Expand All @@ -14,3 +17,13 @@ labels: carvel-triage,enhancement

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

---
Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/other-issue.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
name: Other issue or question
about: Free form issue or question
title: ''
labels: carvel-triage
assignees: ''

---


0 comments on commit 82f0b2e

Please sign in to comment.