Create issue templates
This commit is contained in:
parent
2a1498f981
commit
8a3e27d269
|
@ -0,0 +1,42 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Something broke? Let us know here!
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- PLEASE MAKE SURE YOUR ISSUE DOESN'T ALREADY EXIST! -->
|
||||||
|
<!-- PLEASE ADD THE SECURITY LABEL IF THE BUG IS SECURITY RELATED! -->
|
||||||
|
**Issue Description**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**System Details**
|
||||||
|
* HOP program (such as HOP.1.0.2.py)
|
||||||
|
* Python version (such as python 3.9)
|
||||||
|
* Platform name (such as repl.it)
|
||||||
|
|
||||||
|
**Steps To Reproduce**
|
||||||
|
Steps to reproduce the behavior. Should be easy to follow.
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Actual behavior**
|
||||||
|
A clear and concise description of what actually happened.
|
||||||
|
|
||||||
|
**Exception**
|
||||||
|
```
|
||||||
|
If the bug is an exception, enter it here.
|
||||||
|
```
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here
|
|
@ -0,0 +1,25 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Something you don't like? Let us know here!
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- PLEASE MAKE SURE YOUR ISSUE DOESN'T ALREADY EXIST! -->
|
||||||
|
<!-- PLEASE ASSIGN A RELAVENT LABEL AS DICTATED IN CONTRUBUTING.MD! -->
|
||||||
|
**Problem**
|
||||||
|
Something you are missing or do not like about HOP. Be clear and concise.
|
||||||
|
|
||||||
|
**Preferred Solution**
|
||||||
|
Your preferred method of addressing this problem. Be specific. Go into detail on how this solution can be reached.
|
||||||
|
|
||||||
|
**Alternate Solutions**
|
||||||
|
List alternate solutions you considered and why you would rather do your preferred solution.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your solution.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the feature request here.
|
|
@ -0,0 +1,28 @@
|
||||||
|
---
|
||||||
|
name: Question
|
||||||
|
about: Something you're unsure about? Let us know here!
|
||||||
|
title: ''
|
||||||
|
labels: question
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- PLEASE MAKE SURE YOUR ISSUE DOESN'T ALREADY EXIST! -->
|
||||||
|
<!-- ALWAYS TRY TO ANSWER A QUESTION YOURSELF IF POSSIBLE! -->
|
||||||
|
|
||||||
|
**Question**
|
||||||
|
What do you want to know? Be clear and concise.
|
||||||
|
|
||||||
|
**Self Research**
|
||||||
|
Explain what you have already tried to do before asking the question.
|
||||||
|
|
||||||
|
**System Details**
|
||||||
|
* HOP program (such as HOP.1.0.2.py)
|
||||||
|
* Python version (such as python 3.9)
|
||||||
|
* Platform name (such as repl.it)
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your question.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the question here.
|
Loading…
Reference in New Issue