Skip to content

Commit c076f5a

Browse files
committed
Github: update issue templates
1 parent 064d7d3 commit c076f5a

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
4+
title: '[BUG] '
55
labels: bug
66
assignees: ''
77

@@ -24,12 +24,9 @@ The content of the configuration file you use (if any)
2424
//paste here
2525
```
2626

27-
Output of `env NO_CONFIG=1 fastfetch --load-config all --show-errors --stat --multithreading false --disable-linewrap false --hide-cursor false`:
27+
Output of `fastfetch -c ci.jsonc --format json`:
2828
<!--
2929
Note that this output will contain you public IP. If it is not relevant for the issue, feel free to remove it before uploading.
30-
31-
If you get the following error: `Error: couldn't find config: [...]`, copy the files in [presets](../../presets/) to `/usr/share/fastfetch/presets/` or `~/.local/share/fastfetch/presets/`.
32-
If this isn't possible (or too much work) for you, post the output of `env NO_CONFIG=1 fastfetch --show-errors --stat --multithreading false --disable-linewrap false --hide-cursor false && fastfetch --version`.
3330
-->
3431

3532
```

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
4+
title: '[FEAT] '
55
labels: enhancement
66
assignees: ''
77

88
---
99

10+
<!-- Before requesting a new feature, please try `fastfetch -c all.jsonc` to see if it has been supported -->
11+
1012
# Current state:
1113

1214
# Wanted state:
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
name: Logo request
33
about: Request a new logo
4-
title: ''
4+
title: '[LOGO] '
55
labels: logo request
66
assignees: ''
77

88
---
99

1010
# OS
1111
```
12-
paste content of /etc/os-release here. If this file doesn't exist, describe a way to identify the distro.
12+
Paste content of /etc/os-release here. If this file doesn't exist, describe a way to identify the distro.
1313
```
1414

1515
# Ascii
1616
```
17-
paste ascii art here. If you leave this empty, i will try to find the logo myself.
17+
Paste ascii art here.
1818
```

0 commit comments

Comments
 (0)