We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5e425 commit c33835cCopy full SHA for c33835c
.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,15 @@
1
+protobuf.js version: <fill in>
2
+
3
+### How to reproduce ###
4
5
+```js
6
+<code snippet>
7
+```
8
9
+### Expected behaviour ###
10
11
+<please describe>
12
13
+### Actual behaviour ###
14
15
.npmignore
@@ -1,4 +1,5 @@
.vscode/
+.github/
*.log
npm-debug.*
node_modules/
0 commit comments