Skip to content

Commit b05afff

Browse files
authored
Add issue templates (#226)
1 parent e409cd5 commit b05afff

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Describe the issue
11+
<!-- Describe your issue here -->
12+
13+
## Versions
14+
<!--
15+
In general, please make sure you are using the latest versions of software when reporting an issue. If you are not using the latest JupyterLab, please be sure to install the right labextension: https://github.com/matplotlib/ipympl#install-an-old-jupyterlab-extension
16+
17+
Please include the result of the following command, which will print out the version of python, ipympl and the Jupyter ecosystem.
18+
19+
```bash
20+
python -c "import sys; print('\n',sys.version); import ipympl; print('ipympl version:', ipympl.__version__)" && jupyter --version && jupyter nbextension list && jupyter labextension list
21+
```
22+
-->
23+
```
24+
Paste here the command output.
25+
```

0 commit comments

Comments
 (0)