Skip to content

Commit c000ee7

Browse files
authored
Fixes #673
1 parent ed3cf36 commit c000ee7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/issue_template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Welcome! Before creating a new issue:
88
* Look at the README *Troubleshooting* section
99
* Search for relevant issues
1010
* Check that you have updated both the jupyterlab extension and the python package to the same version
11+
* Check that your git command has version 2 or higher (using `git --version`)
1112
-->
1213

1314
## Description
@@ -35,6 +36,9 @@ Welcome! Before creating a new issue:
3536
<!-- Results of `conda list jupyterlab-git` or `pip show jupyterlab-git` -->
3637
- Extension version:
3738
<!-- Results of `jupyter labextension list` -->
39+
- Git version:
40+
<!-- Results of `git --version` -->
41+
- OS:
3842

3943
<details><summary>Command Line Output</summary>
4044
<pre>

0 commit comments

Comments
 (0)