We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a0cab commit 315dc7cCopy full SHA for 315dc7c
.github/issue_template.md
@@ -0,0 +1,13 @@
1
+## System information
2
+ - node version:
3
+ - npm or yarn version:
4
+ - OS/version/architechture:
5
+ - Applicable nodegit version:
6
+
7
+```
8
+node -v
9
+npm -v # (or yarn -v)
10
+node -e "console.log(process.platform)"
11
+node -e "console.log(require('os').release())"
12
+node -e "console.log(console.log(process.arch))"
13
0 commit comments