Skip to content

Commit c33835c

Browse files
committed
Added GH issue template [ci skip]
1 parent 1b5e425 commit c33835c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<please describe>

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.vscode/
2+
.github/
23
*.log
34
npm-debug.*
45
node_modules/

0 commit comments

Comments
 (0)