Skip to content

Commit 3cd9ea5

Browse files
Merge pull request #1083 from Poly-Pixel/issue-template-update
chore: update issue templates to forms
2 parents a5e0e97 + b86931a commit 3cd9ea5

File tree

4 files changed

+74
-50
lines changed

4 files changed

+74
-50
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 33 deletions
This file was deleted.
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: textarea
46+
id: context
47+
attributes:
48+
label: Additional Context
49+
description: Add any additonal context about the problem here

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Feature Request
2+
description: Suggest an idea for AppFlowy
3+
title: "[FR]: "
4+
body:
5+
- type: textarea
6+
id: desc
7+
attributes:
8+
label: Description
9+
description: Describe your suggested feature and the main use cases
10+
validations:
11+
required: true
12+
13+
- type: textarea
14+
id: users
15+
attributes:
16+
label: Impact
17+
description: What types of users can benefit from using the suggested feature?
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
id: context
23+
attributes:
24+
label: Additional Context
25+
description: Add any additonal context about the feature here

0 commit comments

Comments
 (0)