🔧 config: from yml to md for template
This commit is contained in:
parent
ac6d683733
commit
8e837fc73d
31
.github/ISSUE_TEMPLATE/1-bug-report.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/1-bug-report.md
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
name: 🐛 Bug Report
|
||||
about: If something isn't working as expected 🤔
|
||||
title: 'bug: '
|
||||
type: Bug
|
||||
projects: ["menloresearch/30"]
|
||||
---
|
||||
|
||||
## Jan Version
|
||||
<!-- Tip: The version is in the app's bottom right corner -->
|
||||
**Version:** e.g. 0.5.x-xxx
|
||||
|
||||
## Describe the Bug
|
||||
<!-- A clear & concise description of the bug -->
|
||||
|
||||
|
||||
## Steps to Reproduce
|
||||
<!-- Please list out steps to reproduce the issue -->
|
||||
1. Go to '...'
|
||||
2. Click on '...'
|
||||
3.
|
||||
|
||||
## Screenshots / Logs
|
||||
<!-- You can find logs in: ~/jan/logs/app.logs -->
|
||||
|
||||
|
||||
## Operating System
|
||||
<!-- Please check your OS -->
|
||||
- [ ] MacOS
|
||||
- [ ] Windows
|
||||
- [ ] Linux
|
||||
43
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
43
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
@ -1,43 +0,0 @@
|
||||
name: "\U0001F41B Bug Report"
|
||||
title: 'bug: '
|
||||
description: "If something isn't working as expected \U0001F914"
|
||||
type: "Bug"
|
||||
projects: ["menloresearch/30"]
|
||||
body:
|
||||
- type: input
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "Jan version"
|
||||
description: "**Tip:** The version is in the app's bottom right corner"
|
||||
placeholder: "e.g. 0.5.x-xxx"
|
||||
|
||||
- type: textarea
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "Describe the Bug"
|
||||
description: "A clear & concise description of the bug"
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "Steps to Reproduce"
|
||||
description: |
|
||||
Please list out steps to reproduce the issue
|
||||
placeholder: |
|
||||
1. Go to '...'
|
||||
2. Click on '...'
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "Screenshots / Logs"
|
||||
description: |
|
||||
You can find logs in: ~/jan/logs/app.logs
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: "What is your OS?"
|
||||
options:
|
||||
- label: MacOS
|
||||
- label: Windows
|
||||
- label: Linux
|
||||
Loading…
x
Reference in New Issue
Block a user