mirror of https://github.com/clickscodes/nucleus
parent
a508ca75e0
commit
dba8b8aaec
@ -0,0 +1,31 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Something doesn't work how you expect it to
|
||||
title: "[BUG]"
|
||||
labels: ''
|
||||
assignees: PineaFan
|
||||
|
||||
---
|
||||
|
||||
[Describe the bug in one line, keep it concise]
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behaviour:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See an error
|
||||
|
||||
**Expected behaviour**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: I want something added to Nucleus
|
||||
title: "[FEATURE]"
|
||||
labels: ''
|
||||
assignees: PineaFan
|
||||
|
||||
---
|
||||
|
||||
**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.
|
||||
Loading…
Reference in new issue