Skip to content

Commit 85e1d2b

Browse files
Add logo request template
1 parent 3338189 commit 85e1d2b

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: bug
5+
labels: bug, enhancement
66
assignees: ''
77

88
---
@@ -41,4 +41,3 @@ Output of `fastfetch --list-features`:
4141
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/`.
4242
If this isn't possible (or too much work) for you, post the output of `fastfetch --show-errors --recache --multithreading false --disable-linewrap false`.
4343
-->
44-
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Logo request
3+
about: Request a new logo
4+
title: ''
5+
labels: logo request
6+
assignees: ''
7+
8+
---
9+
10+
# OS
11+
Content of `/etc/os-release`:
12+
```
13+
paste here
14+
```
15+
16+
# Ascii
17+
```
18+
paste here. If you leave this empty, i will try to find the logo myself.
19+
```

0 commit comments

Comments
 (0)