File tree 2 files changed +71
-0
lines changed
2 files changed +71
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Use this template to report bugs or bad behavior
4
+ title : ' '
5
+ labels : bug, needs-triage
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may delay the bug being addressed. Thanks!
11
+ -->
12
+
13
+ ### Please fill out the issue checklist below and provide ALL the requested information.
14
+
15
+ - [ ] I reviewed open and closed Github issues that may be related to my problem.
16
+ - [ ] I am reporting a bug that others will be able to reproduce.
17
+
18
+ ### Describe the bug
19
+ A clear and concise description of what the bug is.
20
+
21
+ ### Expected behavior
22
+ A clear and concise description of what you expected to happen.
23
+
24
+ ### Steps to Reproduce
25
+ Steps to reproduce the behavior:
26
+
27
+ ### Screenshots
28
+ If applicable, add screenshots to help explain your problem.
29
+
30
+ ### Version (Apps plugin version, Version of K8s running on cluster)
31
+ Put the output of the following commad
32
+ ``` sh
33
+ tanzu version && tanzu apps version
34
+ ```
35
+
36
+ ### Environment where the bug was observed (cloud, OS, etc)
37
+
38
+ ### Additional context & Relevant Debug Output (Logs, etc)
39
+ Add any other context about the problem here.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ title : ' '
5
+ labels : enhancement, needs-triage
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ### Description of problem
11
+
12
+ <Please describe the problem your feature request is trying to solve >
13
+
14
+ ### Proposed solution
15
+
16
+ <Please describe your proposed solution, preferably in the following style:>
17
+
18
+ ``` gherkin
19
+ Given <Some Condition>
20
+ When <Something Happens>
21
+ Then <This other thing should happen?>
22
+ ```
23
+
24
+ ### Example
25
+
26
+ <Code snippets that illustrate the when/then blocks>
27
+
28
+ ### Describe alternatives you've considered
29
+ A clear and concise description of any alternative solutions or features you've considered.
30
+
31
+ ### Additional context
32
+ Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments