Skip to content

Commit 6b4e05a

Browse files
authored
Merge pull request #678 from jupyterlab/673-update-issue-template
Add Git version and OS to issue template
2 parents 2a05b76 + 32f34d4 commit 6b4e05a

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 you have installed Git version 2 or higher
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+
- Operating System and its version:
3842

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

0 commit comments

Comments
 (0)