Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer authored Apr 9, 2021
1 parent 4ea2568 commit 40ecdbf
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,35 @@
name: Bug Report
about: Create a bug report for a bug we missed.
title: ''
labels: bug
labels: bug, help wanted
assignees: Nxybi, Nicolas-Klatzer

---

<!--
Please kindly follow the bug issue guidelines and add every piece of information available. It might be a bit of a hassle but it can help me (Nicolas-Klatzer) finding the issue. Since currently, I don't have a clue what might be wrong if the basic information is not provided and I will have to close it.
-->

**Describe the bug**
A clear and concise description of what the bug is. Add if possible Code and or the error log

```python
# Add code of your program as much as possible. (Don't add tokens or private information)
```

**To Reproduce**
Reproduction steps.
Reproduction steps

**Expected behaviour**
A clear and concise description of what you expected to happen. Add if possible code and or the error log

**Actual Behaviour**
What happened
What happened aka. error, unprovided data etc.

**Additional context**
Add any other context about the problem here.
Add any other context about the problem here. Possible customisation or environmental changes that could affect your program

**Environment**
Python: *version*
OpenHiven.py: *version*
OS: *version*

0 comments on commit 40ecdbf

Please sign in to comment.