Commit 3a3cb81 1 parent adf8da3 commit 3a3cb81 Copy full SHA for 3a3cb81
File tree 2 files changed +18
-7
lines changed
2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : Bug Report
2
2
description : File a bug report
3
- title : " \u200b "
3
+ title : ' [Bug]: '
4
4
labels : ['bug']
5
5
body :
6
6
- type : markdown
@@ -18,20 +18,26 @@ body:
18
18
validations :
19
19
required : true
20
20
- type : dropdown
21
- id : version
21
+ id : distribution
22
22
attributes :
23
23
label : Distribution version
24
- description : What version of AFFiNE are you using?
24
+ description : What distribution of AFFiNE are you using?
25
25
options :
26
26
- macOS x64 (Intel)
27
27
- macOS ARM 64 (Apple Silicon)
28
28
- Windows x64
29
29
- 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 )
33
33
validations :
34
34
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)
35
41
- type : dropdown
36
42
id : browsers
37
43
attributes :
51
57
If you are self-hosting, please check the box and provide information about your setup.
52
58
options :
53
59
- 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?
54
65
- type : textarea
55
66
id : logs
56
67
attributes :
Original file line number Diff line number Diff line change 1
1
name : Feature Request
2
2
description : Suggest a feature or improvement
3
- title : " \u200b "
3
+ title : ' [Feature Request]: '
4
4
labels : ['feat', 'story']
5
5
body :
6
6
- type : markdown
You can’t perform that action at this time.
0 commit comments