Skip to content

Commit de65659

Browse files
committed
Add issue tracker templates
1 parent 023742f commit de65659

3 files changed

Lines changed: 67 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Environment (please complete the following information):**
27+
- Lens Version:
28+
- OS: [e.g. OSX]
29+
- Installation method (e.g. snap or AppImage in Linux):
30+
31+
**Logs:**
32+
When you run the application executable from command line you will see some logging output. Please paste them here:
33+
```
34+
Your logs go here...
35+
```
36+
37+
**Kubeconfig:**
38+
Quite often the problems are caused by malformed kubeconfig which the application tries to load. Please share your kubeconfig, remember to remove any secret and sensitive information.
39+
```
40+
your kubeconfig here
41+
```
42+
43+
**Additional context**
44+
Add any other context about the problem here.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Enhancement Request
3+
about: Suggest an enhancement to the Lens application
4+
labels: enhancement
5+
---
6+
<!-- Please only use this template for submitting enhancement requests -->
7+
<!--
8+
Check already existing enhancement request on this list: https://github.com/lensapp/lens/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement
9+
If similar request already exists, please add comments on the existing issue.
10+
-->
11+
12+
**What would you like to be added**:
13+
14+
15+
**Why is this needed**:
16+
17+
18+
**Environment you are Lens application on:**
19+
20+
- Kubernetes distribution: [EKS, AKS, GKE, Rancher, ...]
21+
- Desktop OS: <the OS Lens app runs on in your case>
22+

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<a href="https://docs.k8slens.dev" target="_blank">Docs</a>&nbsp;&#8226;&nbsp;
2020
<a href="https://www.mirantis.com/about/" target="_blank">Company</a>&nbsp;&#8226;&nbsp;
2121
<a href="https://k8slens.dev/purchase-request.html" target="_blank">Contact</a>&nbsp;&#8226;&nbsp;
22+
<a href="https://github.com/lensapp/lens/issues" target="_blank">Issue Tracker</a>&nbsp;&#8226;&nbsp;
2223
<a href="https://app.k8slens.dev/" target="_blank">Login</a>&nbsp;&#8226;&nbsp;
2324
<a href="https://k8slens.dev/" target="_blank">Download</a>
2425
</p>

0 commit comments

Comments
 (0)