add issue templates
This commit is contained in:
parent
1d6d8d8475
commit
405d1acbf4
2 changed files with 62 additions and 0 deletions
37
.github/ISSUE_TEMPLATE/aaaaa-a-bug.md
vendored
Normal file
37
.github/ISSUE_TEMPLATE/aaaaa-a-bug.md
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
name: aaaaa a bug
|
||||
about: quick report it
|
||||
title: oh no oh no oh no
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
eg. *i pressed a button and my computer exploded*
|
||||
|
||||
**To Reproduce**
|
||||
steps to reproduce the behavior:
|
||||
1. *go to '...'*
|
||||
2. *click on '....'*
|
||||
3. *oh no my computer is dead*
|
||||
|
||||
**Expected behavior**
|
||||
a clear description of what you expected to happen.
|
||||
eg. *not having my computer explode*
|
||||
|
||||
**Screenshots**
|
||||
add screenshots to help explain your problem, if you can
|
||||
|
||||
**Version**
|
||||
- platform: eg *binbows 10* or *ubunbu 20.04*
|
||||
- jside version: eg *v0.8*
|
||||
|
||||
**Additional context**
|
||||
add any other context about the problem here.
|
||||
|
||||
---
|
||||
|
||||
*make sure to check the boxes*
|
||||
1. - [ ] **I have tried to reproduce this issue in the latest version, and it's still there**
|
||||
1. - [ ] **I have searched the closed and open issues to make sure my problem hasn't been reported already**
|
25
.github/ISSUE_TEMPLATE/i-want-a-new-feature.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/i-want-a-new-feature.md
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
name: i want a new feature
|
||||
about: why not
|
||||
title: gimmie new feature
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**if your suggestion is related to a problem you had, report it as a bug instead**
|
||||
|
||||
**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.
|
||||
|
||||
---
|
||||
|
||||
*make sure to check the boxes*
|
||||
1. - [] **I have searched the open and closed issues to make sure this has not been suggested yet.**
|
||||
2. - [] **I have made sure my suggestion is not already in jside**
|
Reference in a new issue