Skip to content

Commit c1ec45e

Browse files
authored
chore: create bug report issue form
1 parent 92a751b commit c1ec45e

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: Bug Report
2+
description: Create a bug report to help us improve
3+
title: "[Bug]: "
4+
body:
5+
- type: textarea
6+
id: desc
7+
attributes:
8+
label: Bug Description
9+
description: A clear and concise description of what the bug is
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: reproduce
14+
attributes:
15+
label: How to Reproduce
16+
description: What steps can we take to reproduce this behavior?
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: expected
21+
attributes:
22+
label: Expected Behavior
23+
description: A clear and concise description of what you expected to happen
24+
validations:
25+
required: true
26+
- type: input
27+
id: os
28+
attributes:
29+
label: Operating System
30+
description: What OS are you seeing this bug on?
31+
validations:
32+
required: true
33+
- type: input
34+
id: version
35+
attributes:
36+
label: AppFlowy Version(s)
37+
description: What version(s) of AppFlowy do you see this bug on?
38+
validations:
39+
required: true
40+
- type: textarea
41+
id: screenshots
42+
attributes:
43+
label: Screenshots
44+
description: If applicable, please add screenshots to help explain your problem
45+
- type: textbox
46+
id: context
47+
attributes:
48+
label: Additional Context
49+
description: Add any additonal context about the problem here

0 commit comments

Comments
 (0)