Skip to content

Commit

Permalink
Improve issue template (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosems authored Jul 7, 2024
1 parent e834a8c commit 4644959
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/bug-report---feature-idea.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
---
name: Bug Report | Feature Idea
about: Report a bug or suggest a feature
title: "Bug Report | Feature Idea: "
title: "Bug Report | Feature Idea:"
labels: bug, enhancement, Template
assignees: ""
---

**Bug Report:**

How to reproduce: [Insert here]
What should happen instead: [Insert here]
Bug explanation: [Insert here]
How to reproduce: [Insert here (if not applicable use "N/A")]
What should happen instead: [Insert here (if not applicable use "N/A")]
Minimum reproducible example:

```python
[Insert here]
[Insert here (if not applicable use "N/A")]
```

Traceback:

```
(if not applicable use "N/A")
```

<details>

OS: [Insert here]
Git branch: [Insert here]
Commit that bug started: [Insert here]
OS: [Insert here (if not applicable use "N/A")]
Git branch: [Insert here (if not applicable use "N/A")]
Commit that bug started: [Insert here (if not applicable use "N/A")]

</details>

Expand Down

0 comments on commit 4644959

Please sign in to comment.