From bf0c20b1883f18a1c3634390dff756dfe3d9269a Mon Sep 17 00:00:00 2001 From: Azalea Gui Date: Tue, 2 May 2023 08:25:07 -0400 Subject: [PATCH] [+] Feature request template --- .github/ISSUE_TEMPLATE/content_request.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- .github/ISSUE_TEMPLATE/hf_bug.md | 2 +- .github/ISSUE_TEMPLATE/nf_bug.md | 2 +- 4 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/content_request.md diff --git a/.github/ISSUE_TEMPLATE/content_request.md b/.github/ISSUE_TEMPLATE/content_request.md new file mode 100644 index 00000000..e9febfce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/content_request.md @@ -0,0 +1,19 @@ +--- +name: Content Request +about: Suggest supporting new flags, distros, package managers, etc. +title: '' +labels: 'content-request' +assignees: '' + +--- + +### Describe the content +Describe the content you would like to see added to HyFetch. + +### Links +Please include relevant links to the content. + +e.g. For distros, include a link to the distro's official website, download link, or development repository. + +### Additional context +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d..cc4f5236 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,8 +1,8 @@ --- -name: Feature request -about: Suggest an idea for this project +name: Feature Request +about: Suggest a new idea for this project title: '' -labels: '' +labels: 'feature-request' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/hf_bug.md b/.github/ISSUE_TEMPLATE/hf_bug.md index 04624aed..07f4b47f 100644 --- a/.github/ISSUE_TEMPLATE/hf_bug.md +++ b/.github/ISSUE_TEMPLATE/hf_bug.md @@ -1,5 +1,5 @@ --- -name: HyFetch Bug report +name: HyFetch Bug Report about: Create a report for coloring related bugs. title: '' labels: 'hyfetch' diff --git a/.github/ISSUE_TEMPLATE/nf_bug.md b/.github/ISSUE_TEMPLATE/nf_bug.md index a2b1224c..7b0c14f2 100644 --- a/.github/ISSUE_TEMPLATE/nf_bug.md +++ b/.github/ISSUE_TEMPLATE/nf_bug.md @@ -1,5 +1,5 @@ --- -name: Neofetch Bug report +name: Neofetch Bug Report about: Create a report for system-information related bugs. title: '' labels: 'neofetch'