Skip to content

Commit 3a3cb81

Browse files
committed
chore: update issue templates (#10688)
1 parent adf8da3 commit 3a3cb81

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

+17-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: File a bug report
3-
title: "\u200b"
3+
title: '[Bug]: '
44
labels: ['bug']
55
body:
66
- type: markdown
@@ -18,20 +18,26 @@ body:
1818
validations:
1919
required: true
2020
- type: dropdown
21-
id: version
21+
id: distribution
2222
attributes:
2323
label: Distribution version
24-
description: What version of AFFiNE are you using?
24+
description: What distribution of AFFiNE are you using?
2525
options:
2626
- macOS x64 (Intel)
2727
- macOS ARM 64 (Apple Silicon)
2828
- Windows x64
2929
- Linux
30-
- Web (app.affine.pro)
31-
- Web (affine.fail)
32-
- Web (insider.affine.pro)
30+
- Web (https://app.affine.pro)
31+
- Beta Web (https://insider.affine.pro)
32+
- Canary Web (https://affine.fail)
3333
validations:
3434
required: true
35+
- type: input
36+
id: version
37+
attributes:
38+
label: App Version
39+
description: What version of AFFiNE are you using?
40+
placeholder: (You can find AFFiNE version in [About AFFiNE] setting panel)
3541
- type: dropdown
3642
id: browsers
3743
attributes:
@@ -51,6 +57,11 @@ body:
5157
If you are self-hosting, please check the box and provide information about your setup.
5258
options:
5359
- label: 'Yes'
60+
- type: input
61+
id: selfhost-version
62+
attributes:
63+
label: Self-hosting Version
64+
description: What version of AFFiNE are you selfhosting?
5465
- type: textarea
5566
id: logs
5667
attributes:

.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature Request
22
description: Suggest a feature or improvement
3-
title: "\u200b"
3+
title: '[Feature Request]: '
44
labels: ['feat', 'story']
55
body:
66
- type: markdown

0 commit comments

Comments
 (0)