Skip to content

Commit 4d70b4d

Browse files
authored
Merge pull request #403 from fcollonval/patch-2
Create a template for issue
2 parents 86ee7ec + ee34690 commit 4d70b4d

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

.github/issue_template.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
---
5+
6+
<!--
7+
Welcome! Before creating a new issue:
8+
* Search for relevant issues
9+
* Check that you have updated both the jupyterlab extension and the python package
10+
-->
11+
12+
## Description
13+
14+
<!--Describe the bug clearly and concisely. Include screenshots if possible-->
15+
16+
## Reproduce
17+
18+
<!--Describe step-by-step instructions to reproduce the behavior-->
19+
20+
1. Go to '...'
21+
2. Click on '...'
22+
3. Scroll down to '...'
23+
4. See error '...'
24+
25+
## Expected behavior
26+
27+
<!--Describe what you expected to happen-->
28+
29+
## Context
30+
31+
<!--Complete the following for context, and add any other relevant context-->
32+
33+
- Python package version:
34+
<!-- Results of `conda list jupyterlab-git` or `pip show jupyterlab-git` -->
35+
- Extension version:
36+
<!-- Results of `jupyter labextension list` -->
37+
38+
<details><summary>Command Line Output</summary>
39+
<pre>
40+
Paste the output from your command line running `jupyter lab` here, use `--debug` if possible.
41+
</pre>
42+
</details>
43+
44+
<details><summary>Browser Output</summary>
45+
<pre>
46+
Paste the output from your browser Javascript console here.
47+
</pre>
48+
</details>

0 commit comments

Comments
 (0)