Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit fd9c8c8

Browse files
authored
Create ISSUE_TEMPLATE.md
1 parent adf3446 commit fd9c8c8

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

ISSUE_TEMPLATE.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
### Package Versions
2+
3+
Replace the values below using the output from `storjshare --version`.
4+
5+
```
6+
2.0.3
7+
```
8+
9+
Replace the values below using the output from `node --version`.
10+
11+
```
12+
6.9.1
13+
```
14+
15+
### Expected Behavior
16+
17+
Please describe the program's expected behavior.
18+
19+
### Actual Behavior
20+
21+
Please describe the program's actual behavior. Please include any stack traces
22+
or log output in the back ticks below.
23+
24+
```
25+
26+
```
27+
28+
### Steps to Reproduce
29+
30+
Please include the steps the reproduce the issue, numbered below. Include as
31+
much detail as possible.
32+
33+
1. ...
34+
2. ...
35+
3. ...

0 commit comments

Comments
 (0)