Skip to content

Commit 0b39d6f

Browse files
committed
Doc: update issue templates [ci skip]
1 parent b7dd7fe commit 0b39d6f

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report_crash.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,8 @@ body:
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

.github/ISSUE_TEMPLATE/bug_report_general.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/ISSUE_TEMPLATE/bug_report_logo.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ 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: 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

0 commit comments

Comments
 (0)