HOP/.github/ISSUE_TEMPLATE/bug_report.md

43 lines
974 B
Markdown

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