From 8a3e27d269db84dc754e779329da02ee30c97675 Mon Sep 17 00:00:00 2001 From: PeacefulPotato <57071692+PeacefulPotato@users.noreply.github.com> Date: Fri, 4 Dec 2020 15:04:27 -0500 Subject: [PATCH] Create issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 42 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 25 ++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 28 +++++++++++++++ 3 files changed, 95 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..c027da9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,42 @@ +--- +name: Bug report +about: Something broke? Let us know here! +title: '' +labels: bug +assignees: '' + +--- + + + +**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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e693547 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: Feature request +about: Something you don't like? Let us know here! +title: '' +labels: enhancement +assignees: '' + +--- + + + +**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. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..a1a8d1d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,28 @@ +--- +name: Question +about: Something you're unsure about? Let us know here! +title: '' +labels: question +assignees: '' + +--- + + + + +**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.