Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp authored Oct 17, 2023
1 parent 6fc38c9 commit f5dd14e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Description**
A clear and concise description of what the bug is.

**To Reproduce**
A minimal code example to reproduce the bug. If any extra data (e.g. skeletons) are required, please attach the file(s) to the issue.

```Python
import navis
...
```

If the code generates an error please make sure to share the _entire_ traceback.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Your system**
- NAVis version: [e.g. 1.5.0]
- Python version: [e.g. Python 3.10]
- Operating System: [e.g. OSX, Windows or Linux]

**Additional context**
Add any other context about the problem here.

0 comments on commit f5dd14e

Please sign in to comment.