We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3cf36 commit c000ee7Copy full SHA for c000ee7
.github/issue_template.md
@@ -8,6 +8,7 @@ Welcome! Before creating a new issue:
8
* Look at the README *Troubleshooting* section
9
* Search for relevant issues
10
* 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`)
12
-->
13
14
## Description
@@ -35,6 +36,9 @@ Welcome! Before creating a new issue:
35
36
<!-- Results of `conda list jupyterlab-git` or `pip show jupyterlab-git` -->
37
- Extension version:
38
<!-- Results of `jupyter labextension list` -->
39
+- Git version:
40
+<!-- Results of `git --version` -->
41
+- OS:
42
43
<details><summary>Command Line Output</summary>
44
<pre>
0 commit comments