Skip to content

Commit 82f0b2e

Browse files
authored
Update issue templates
1 parent 11d7094 commit 82f0b2e

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
name: Bug report
33
about: Tell us about a problem you are experiencing
4-
labels: carvel-triage,bug
4+
title: ''
5+
labels: bug, carvel-triage
6+
assignees: ''
7+
58
---
69

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

2124
- kapp Controller version (execute `kubectl get deployment -n kapp-controller kapp-controller -o yaml` and the annotation is `kbld.k14s.io/images`):
2225
- Kubernetes version (use `kubectl version`)
26+
27+
---
28+
Vote on this request
29+
30+
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.
31+
32+
👍 "I would like to see this addressed as soon as possible"
33+
👎 "There are other more important things to focus on right now"
34+
35+
We are also happy to receive and review Pull Requests if you want to help working on this issue.

.github/ISSUE_TEMPLATE/feature-enhancement-request.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
name: Feature request
33
about: Suggest an idea for kapp controller
4-
labels: carvel-triage,enhancement
4+
title: ''
5+
labels: carvel-triage, enhancement
6+
assignees: ''
7+
58
---
69

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

1518
**Anything else you would like to add:**
1619
[Additional information that will assist in solving the issue.]
20+
21+
---
22+
Vote on this request
23+
24+
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.
25+
26+
👍 "I would like to see this addressed as soon as possible"
27+
👎 "There are other more important things to focus on right now"
28+
29+
We are also happy to receive and review Pull Requests if you want to help working on this issue.

.github/ISSUE_TEMPLATE/other-issue.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
name: Other issue or question
33
about: Free form issue or question
4+
title: ''
45
labels: carvel-triage
6+
assignees: ''
7+
58
---
69

10+

0 commit comments

Comments
 (0)