mirror of https://github.com/o2sh/onefetch.git
Browse Source
* add bug report issue form * add feature request issue form * simple text description * new language request issue form * fix checkbox text * wrap lines Co-authored-by: Spenser Black <spenserblack01@gmail.com> * add duplicate section to bug report issue form * fix typo * fix typo Co-authored-by: Spenser Black <spenserblack01@gmail.com>pull/669/head
6 changed files with 74 additions and 64 deletions
@ -1,19 +0,0 @@
@@ -1,19 +0,0 @@
|
||||
--- |
||||
name: Bug Report |
||||
about: Report a bug or unexpected behavior |
||||
title: '' |
||||
labels: 'Bug' |
||||
|
||||
--- |
||||
|
||||
### Expected Behavior |
||||
|
||||
<!-- Please describe what should have happened --> |
||||
|
||||
### Actual behavior |
||||
|
||||
<!-- Please describe what actually happened --> |
||||
|
||||
### Minimal Steps to Reproduce |
||||
|
||||
<!-- Please describe how we can reproduce this bug --> |
||||
@ -1,23 +0,0 @@
@@ -1,23 +0,0 @@
|
||||
--- |
||||
name: Feature request |
||||
about: Suggest an improvement |
||||
title: '' |
||||
labels: 'feature request' |
||||
|
||||
--- |
||||
|
||||
### Is your feature request related to a problem? Please describe |
||||
|
||||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> |
||||
|
||||
### Describe the solution you'd like |
||||
|
||||
<!-- A clear and concise description of what you want to happen. --> |
||||
|
||||
### Describe alternatives you've considered |
||||
|
||||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> |
||||
|
||||
### Additional context |
||||
|
||||
<!-- Add any other context or screenshots about the feature request here. --> |
||||
@ -1,22 +0,0 @@
@@ -1,22 +0,0 @@
|
||||
--- |
||||
name: New Language Request |
||||
about: Request for a new language to be supported |
||||
title: 'New Language Request: [LANGUAGE]' |
||||
labels: 'enhancement, good first issue' |
||||
|
||||
--- |
||||
|
||||
### \[Language Name\] |
||||
|
||||
<!-- Please provide the name of the language and any additional details that we should know --> |
||||
|
||||
### Logo |
||||
|
||||
<!-- Is there a logo that can be used as a source of inspiration for the ASCII art? --> |
||||
|
||||
### Upstream support |
||||
|
||||
<!-- Onefetch relies on tokei for language detection. Does tokei already support the language in question? --> |
||||
- [ ] [tokei] supports this language |
||||
|
||||
[tokei]: https://github.com/XAMPPRocky/tokei |
||||
Loading…
Reference in new issue