Skip to content

Commit 9c84e96

Browse files
authored
Merge pull request #254 from open-source-labs/master
merging latest updates to dev
2 parents 3b7b47a + 1b3669f commit 9c84e96

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

ISSUE_TEMPLATE.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Issue Template
2+
3+
## Prerequisites
4+
5+
Please answer the following questions for yourself before submitting an issue.
6+
7+
- [ ] I am running the latest version
8+
- [ ] I checked the documentation and found no answer
9+
- [ ] I checked to make sure that this issue has not already been filed
10+
- [ ] I'm reporting the issue to the correct repository (for multi-repository projects)
11+
12+
## Expected Behavior
13+
14+
Please describe the behavior you are expecting
15+
16+
## Current Behavior
17+
18+
What is the current behavior?
19+
20+
## Failure Information (for bugs)
21+
22+
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
23+
24+
### Steps to Reproduce
25+
26+
Please provide detailed steps for reproducing the issue.
27+
28+
1. step 1
29+
2. step 2
30+
3. and so on...
31+
32+
### Failure Logs
33+
34+
Please include any relevant log snippets or files here.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"name": "Sam Parsons",
8282
"email": "[email protected]",
8383
"url": "https://github.com/sam-parsons"
84-
},
84+
}
8585
],
8686
"build": {
8787
"productName": "Swell",

0 commit comments

Comments
 (0)