From 85e1d2b40c1d448dea4ea5dcb55bba2b8d2dda71 Mon Sep 17 00:00:00 2001 From: Linus Dierheimer Date: Sun, 31 Jul 2022 17:31:30 +0200 Subject: [PATCH] Add logo request template --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +-- .github/ISSUE_TEMPLATE/logo-request.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/logo-request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d1ef2e797..35143a74e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: bug +labels: bug, enhancement assignees: '' --- @@ -41,4 +41,3 @@ Output of `fastfetch --list-features`: 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/`. If this isn't possible (or too much work) for you, post the output of `fastfetch --show-errors --recache --multithreading false --disable-linewrap false`. --> - diff --git a/.github/ISSUE_TEMPLATE/logo-request.md b/.github/ISSUE_TEMPLATE/logo-request.md new file mode 100644 index 000000000..2f8978f60 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/logo-request.md @@ -0,0 +1,19 @@ +--- +name: Logo request +about: Request a new logo +title: '' +labels: logo request +assignees: '' + +--- + +# OS +Content of `/etc/os-release`: +``` +paste here +``` + +# Ascii +``` +paste here. If you leave this empty, i will try to find the logo myself. +```