-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |