Skip to content

Commit 8397c4a

Browse files
authored
Update and rename bug_report.md to bug_report.yml
1 parent 0641a6c commit 8397c4a

File tree

2 files changed

+48
-38
lines changed

2 files changed

+48
-38
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

-38
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels:
5+
- bug
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thank you for taking the time to fill out this bug report!
11+
- type: dropdown
12+
id: os
13+
attributes:
14+
label: Operating System
15+
description: Which operating system are you using?
16+
options:
17+
- Windows
18+
- MacOS (Arm)
19+
- MacOS (x64)
20+
- Linux
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: what-happened
25+
attributes:
26+
label: What happened?
27+
description: Please describe the problem in as much detail as possible. If you have screenshots or screen recordings, please add them - they will help us figure out what's going on.
28+
placeholder: "When I do [something], [a strange thing or a bug] happens instead of [what I expected]."
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: steps-reproduce
33+
attributes:
34+
label: Steps to Reproduce
35+
description: Please mention the Steps to reproduce the Issue
36+
placeholder: " 1. Go to '...' \n 2. Click on '....' \n 3. Scroll down to '....' \n 4. See error"
37+
- type: textarea
38+
id: expected-behaviour
39+
attributes:
40+
label: Expected Behaviour
41+
description: A clear and concise description of what you expected to happen.
42+
placeholder: ""
43+
- type: textarea
44+
id: additional-context
45+
attributes:
46+
label: Additional Context
47+
description: Add any other context about the problem here.
48+
placeholder: ""

0 commit comments

Comments
 (0)