Skip to content

Commit 3c93762

Browse files
committed
docs(issue-template): bug
1 parent 78fd48f commit 3c93762

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: Bug
2+
description: Something isn't working
3+
title: '[BUG] <title>'
4+
labels: ['bug']
5+
assignees:
6+
- hywax
7+
8+
body:
9+
- type: dropdown
10+
id: environment
11+
attributes:
12+
label: Environment
13+
description: Where are you running Mafl?
14+
options:
15+
- Self-Hosted (Docker)
16+
- Self-Hosted (Node)
17+
- Cloud Service (Static)
18+
- Other (Specify below)
19+
validations:
20+
required: true
21+
22+
- type: input
23+
id: system
24+
attributes:
25+
label: System
26+
description: >-
27+
For deployment issues, specify your [distro or OS](https://whatsmyos.com/) and/ or Docker version.
28+
For client-side issues, include your [browser version](https://www.whatsmybrowser.org/)
29+
placeholder: e.g. Firefox 101, Manjaro Linux 21.3.0, Docker 20.10.16
30+
validations:
31+
required: false
32+
33+
- type: input
34+
id: version
35+
attributes:
36+
label: Version
37+
description: What version of Mafl are you running?
38+
placeholder: 1.3.0 ← should look like this (check config menu)
39+
validations:
40+
required: false
41+
42+
- type: textarea
43+
id: reproduce
44+
attributes:
45+
label: Describe the problem
46+
description: Please describe exactly what is not working, include the steps to reproduce, actual result and expected result
47+
placeholder: When doing ABC then DEF, I expect to see XYZ, but I actually see ZYX
48+
validations:
49+
required: true
50+
51+
- type: textarea
52+
id: logs
53+
attributes:
54+
label: Additional info
55+
description: Logs? Screenshots? Yes, please.
56+
placeholder: If the issue happens during build-time, include terminal logs. For run-time errors, include browser logs which you can view in the Dev Tools (F12), under the Console tab. Take care to blank out any personal info.
57+
validations:
58+
required: false

0 commit comments

Comments
 (0)