[+] Feature request template
This commit is contained in:
parent
c9ed3e1789
commit
bf0c20b188
4 changed files with 24 additions and 5 deletions
19
.github/ISSUE_TEMPLATE/content_request.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/content_request.md
vendored
Normal file
|
@ -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.
|
6
.github/ISSUE_TEMPLATE/feature_request.md
vendored
6
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature Request
|
||||||
about: Suggest an idea for this project
|
about: Suggest a new idea for this project
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: 'feature-request'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/hf_bug.md
vendored
2
.github/ISSUE_TEMPLATE/hf_bug.md
vendored
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: HyFetch Bug report
|
name: HyFetch Bug Report
|
||||||
about: Create a report for coloring related bugs.
|
about: Create a report for coloring related bugs.
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'hyfetch'
|
labels: 'hyfetch'
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/nf_bug.md
vendored
2
.github/ISSUE_TEMPLATE/nf_bug.md
vendored
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: Neofetch Bug report
|
name: Neofetch Bug Report
|
||||||
about: Create a report for system-information related bugs.
|
about: Create a report for system-information related bugs.
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'neofetch'
|
labels: 'neofetch'
|
||||||
|
|
Loading…
Reference in a new issue