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 8585 attributes :
8686 label : Configuration
8787 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
9590 - type : markdown
9691 attributes :
9792 value : |
@@ -113,5 +108,6 @@ body:
113108 attributes :
114109 label : Stacktrace
115110 description : Paste the stacktrace or core dump file here.
111+ render : text
116112 validations :
117113 required : true
Original file line number Diff line number Diff line change @@ -85,12 +85,22 @@ body:
8585 attributes :
8686 label : Configuration
8787 description : If applicable, paste your configuration file here.
88+ placeholder : cat ~/.config/fastfetch/config.jsonc
89+ render : jsonc
8890 - type : textarea
8991 attributes :
9092 label : System information
9193 description : Output of `fastfetch -c all.jsonc --stat --format json`
9294 placeholder : |
9395 Note that this output will contain you public IP.
9496 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
95105 validations :
96106 required : true
Original file line number Diff line number Diff line change 8585 attributes :
8686 label : Configuration
8787 description : If applicable, paste your configuration file here.
88+ placeholder : cat ~/.config/fastfetch/config.jsonc
89+ render : jsonc
8890 - type : markdown
8991 attributes :
9092 value : |
@@ -118,3 +120,10 @@ body:
118120 attributes :
119121 label : Error message
120122 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