Skip to content

Commit

Permalink
Add issue templates (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored May 19, 2020
1 parent e409cd5 commit b05afff
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

## Describe the issue
<!-- Describe your issue here -->

## Versions
<!--
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
Please include the result of the following command, which will print out the version of python, ipympl and the Jupyter ecosystem.
```bash
python -c "import sys; print('\n',sys.version); import ipympl; print('ipympl version:', ipympl.__version__)" && jupyter --version && jupyter nbextension list && jupyter labextension list
```
-->
```
Paste here the command output.
```

0 comments on commit b05afff

Please sign in to comment.