jan/.github/ISSUE_TEMPLATE/bug_report.yml
Nguyen Ngoc Minh 239f93e48d
🧹 chore: update issue template (#5572)
* chore: update label feature request

* chore: remove labels type bug
2025-06-27 13:09:19 +07:00

43 lines
1020 B
YAML

name: "\U0001F41B Bug Report"
description: "If something isn't working as expected \U0001F914"
title: 'bug: [DESCRIPTION]'
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