Merge pull request #3 from PeacefulPotato/issue-templates

Create issue templates
This commit is contained in:
PeacefulPotato 2020-12-04 15:04:42 -05:00 committed by GitHub
commit 57abbfaac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 95 additions and 0 deletions

42
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -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

View File

@ -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.

28
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -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.