Skip to content

Commit 28592a2

Browse files
authored
Merge pull request #256 from web-push-libs/issue-template
Issue template
2 parents 9acd290 + 40d1b74 commit 28592a2

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
**NOTE**: Please test in a least two browsers (i.e. Chrome and Firefox). This
2+
helps with diagnosing problems quicker.
3+
4+
# Setup
5+
6+
> Please provide the following details, the more info you can provide the
7+
> better.
8+
9+
*Operating System*: <Linux | Windows | OS X>
10+
*Node Version*: <4.2 | 6.0 | ...>
11+
*web-push Version*: <1.0.0>
12+
13+
> Please select any browsers that you are experiencing problems with:
14+
15+
- [ ] Chrome
16+
- [ ] Firefox
17+
- [ ] Opera for Android
18+
- [ ] Samsung Internet Browser
19+
- [ ] Other
20+
21+
> Please list the browsers you are have tested this, including the version
22+
> of the browser (i.e. Chrome Beta, Firefox Beta etc).
23+
24+
# Problem
25+
26+
> Please explain what behaviour you are seeing.
27+
28+
# Expected
29+
30+
> Please explain what you expected to happen
31+
32+
# Features Used
33+
34+
- [ ] VAPID Support
35+
- [ ] GCM API Key
36+
- [ ] Sending with Payload
37+
38+
# Example / Reproduce Case
39+
40+
> Please provide a code sample that reproduces the issue. If there is a
41+
> repository that reproduces the issue please put the link here.
42+
43+
# Other
44+
45+
> Please put any remaining notes here.

0 commit comments

Comments
 (0)