File tree Expand file tree Collapse file tree 3 files changed +22
-7
lines changed Expand file tree Collapse file tree 3 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 85
85
attributes :
86
86
label : Configuration
87
87
description : If applicable, paste your configuration file here.
88
- - type : textarea
89
- attributes :
90
- label : System information
91
- description : Output of `fastfetch -c all.jsonc --stat --format json`
92
- placeholder : |
93
- Note that this output will contain you public IP.
94
- If it is not relevant for the issue, feel free to remove it before uploading.
88
+ placeholder : cat ~/.config/fastfetch/config.jsonc
89
+ render : jsonc
95
90
- type : markdown
96
91
attributes :
97
92
value : |
@@ -113,5 +108,6 @@ body:
113
108
attributes :
114
109
label : Stacktrace
115
110
description : Paste the stacktrace or core dump file here.
111
+ render : text
116
112
validations :
117
113
required : true
Original file line number Diff line number Diff line change @@ -85,12 +85,22 @@ body:
85
85
attributes :
86
86
label : Configuration
87
87
description : If applicable, paste your configuration file here.
88
+ placeholder : cat ~/.config/fastfetch/config.jsonc
89
+ render : jsonc
88
90
- type : textarea
89
91
attributes :
90
92
label : System information
91
93
description : Output of `fastfetch -c all.jsonc --stat --format json`
92
94
placeholder : |
93
95
Note that this output will contain you public IP.
94
96
If it is not relevant for the issue, feel free to remove it before uploading.
97
+ render : jsonc
98
+ validations :
99
+ required : true
100
+ - type : textarea
101
+ attributes :
102
+ label : Features built-in
103
+ description : Output of `fastfetch --list-features`
104
+ render : text
95
105
validations :
96
106
required : true
Original file line number Diff line number Diff line change 85
85
attributes :
86
86
label : Configuration
87
87
description : If applicable, paste your configuration file here.
88
+ placeholder : cat ~/.config/fastfetch/config.jsonc
89
+ render : jsonc
88
90
- type : markdown
89
91
attributes :
90
92
value : |
@@ -118,3 +120,10 @@ body:
118
120
attributes :
119
121
label : Error message
120
122
description : Error message printed by `fastfetch -s none --show-errors`, if any
123
+ - type : textarea
124
+ attributes :
125
+ label : Features built-in
126
+ description : Output of `fastfetch --list-features`
127
+ render : text
128
+ validations :
129
+ required : true
You can’t perform that action at this time.
0 commit comments