mirror of https://github.com/Lissy93/dashy.git
Adds issue templates
Adds issue templates for: - Bug reports - Feature requests - Questions - Feedback
This commit is contained in:
parent
a8400c416c
commit
605094de2d
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
name: "Bug Report \U0001F41B"
|
||||
about: Submit a bug report for an issue you've come across
|
||||
title: "[BUG]"
|
||||
labels: "\U0001F41B Bug"
|
||||
assignees: Lissy93
|
||||
|
||||
---
|
||||
|
||||
Thank you for taking the time to raise a bug, and sorry that you've had issues with Dashy 😟
|
||||
|
||||
**If applicable to your issue, please include:**
|
||||
- A description of the bug, including actual behavior and if applicable, expected behavior
|
||||
- Steps to reproduce
|
||||
- Info about your system (device, OS, browser and browser version)
|
||||
- Any console errors? If the issue happens at runtime, open up the dev tools [F12], and go to the Console tab. If the output is very long, please use [0bin](https://0bin.net/)
|
||||
- Any screenshots, if it is a frontend issue
|
||||
|
||||
**Before submitting, please ensure that:**
|
||||
- [ ] This issue has not already been raised
|
||||
- [ ] You are using the latest version of Dashy
|
||||
- [ ] You've included the relevant information above
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
name: Custom issue template
|
||||
about: Describe this issue template's purpose here.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
name: "Feature Request \U0001F984"
|
||||
about: Suggest an idea for future development of Dashy
|
||||
title: "[FEATURE_REQUEST]"
|
||||
labels: "\U0001F984 Feature Request"
|
||||
assignees: Lissy93
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? If so, 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.
|
||||
|
||||
**Priority**:
|
||||
Low: Nice to have / Medium: Would be useful / High: The app does not function without it
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
name: "Question \U0001F937♀️"
|
||||
about: Describe this issue template's purpose here.
|
||||
title: "[QUESTION]"
|
||||
labels: "\U0001F937♂️ Question"
|
||||
assignees: Lissy93
|
||||
|
||||
---
|
||||
|
||||
All questions are welcome :)
|
||||
In the meantime, you might find the answer to your questions in the (recently written) [docs](https://github.com/Lissy93/dashy/tree/master/docs)
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
name: "Share Feedback \U0001F308"
|
||||
about: Share what you think about Dashy, and any ideas or suggestions you have
|
||||
title: "[FEEDBACK]"
|
||||
labels: "\U0001F308 Feedback"
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue