Skip to content

Commit

Permalink
chore: fix bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSage committed Sep 9, 2024
1 parent ee0a6e5 commit 48b2773
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 90 deletions.
37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

67 changes: 14 additions & 53 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,79 +4,40 @@ labels: [ "type: bug" ]
title: 'bug: [DESCRIPTION]'

body:
- type: markdown
attributes:
value: "Thanks for taking the time to fill out this bug report!"

- type: checkboxes
- type: input
validations:
required: true
attributes:
label: "#"
description: "Please search [here](./?q=is%3Aissue) to see if an issue already exists for the bug you encountered"
options:
- label: "I have searched the existing issues"
required: false
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: "Current behavior"
description: "A clear and concise description of what the bug is"
label: "Describe the Bug"
description: "A clear & concise description of the bug"

- type: textarea
validations:
required: true
attributes:
label: "Minimum reproduction step"
label: "Steps to Reproduce"
description: |
Please list out steps to reproduce the behavior
Please list out steps to reproduce the issue
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
- type: textarea
validations:
required: true
attributes:
label: "Expected behavior"
description: "A clear and concise description of what you expected to happen"
2. Click on '...'
- type: textarea
validations:
required: true
attributes:
label: "Screenshots / Logs"
description: |
Kindly provide your screenshots / [usage logs](https://jan.ai/docs/troubleshooting#how-to-get-error-logs) that could be helpful in diagnosing the problem
**Tip:** You can attach images, recordings or log files by clicking this area to highlight it and then dragging files in
- type: markdown
attributes:
value: |
---
- type: input
validations:
required: true
attributes:
label: "Jan version"
description: "**Tip:** The version is located in the lower right conner of the Jan app"
placeholder: "e.g. 0.5.x-xxx nightly or stable"
You can find logs in: ~/jan/logs/app.logs
- type: checkboxes
attributes:
label: "In which operating systems have you tested?"
label: "What is your OS?"
options:
- label: macOS
- label: MacOS
- label: Windows
- label: Linux

- type: textarea
attributes:
label: "Environment details"
description: |
- Operating System: [Specify your OS details: e.g., MacOS Sonoma 14.2.1, Windows 11, Ubuntu 22, etc]
- Processor: [e.g., Apple M1, Intel Core i7, AMD Ryzen 5, etc]
- RAM: [e.g., 8GB, 16GB]
- Any additional relevant hardware specifics: [e.g., Graphics card, SSD/HDD]

0 comments on commit 48b2773

Please sign in to comment.