mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
add bug label by default on bug issue template (#1580)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
320bd05d5a
commit
f4fde80c21
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -2,7 +2,7 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: 'bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -26,8 +26,8 @@ If applicable, add screenshots to help explain your problem.
|
|||||||
**Environment (please complete the following information):**
|
**Environment (please complete the following information):**
|
||||||
- Lens Version:
|
- Lens Version:
|
||||||
- OS: [e.g. OSX]
|
- OS: [e.g. OSX]
|
||||||
- Installation method (e.g. snap or AppImage in Linux):
|
- Installation method (e.g. snap or AppImage in Linux):
|
||||||
|
|
||||||
**Logs:**
|
**Logs:**
|
||||||
When you run the application executable from command line you will see some logging output. Please paste them here:
|
When you run the application executable from command line you will see some logging output. Please paste them here:
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user