Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update issue templates #226

Merged
merged 2 commits into from
May 19, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: ''

---

## Versions
martinRenou marked this conversation as resolved.
Show resolved Hide resolved
<!--
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(sys.version); import ipympl; print('ipympl version:', ipympl.__version__)" && jupyter --version && jupyter nbextension list && jupyter labextension list
martinRenou marked this conversation as resolved.
Show resolved Hide resolved
```
-->
```
Paste here the command output.
```

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