Skip to content

Commit 3399fe0

Browse files
mscreenierogerwang
authored andcommitted
Updateing template
nwjs#6089
1 parent be4adc8 commit 3399fe0

File tree

1 file changed

+31
-8
lines changed

1 file changed

+31
-8
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,33 @@
1-
Read the following before submitting your issue, thank you.
21

3-
* Please use English so all users can read, or the issue will be closed directly.
4-
* Use our mailing list to ask questions which don't imply bug or feature request: https://groups.google.com/forum/#!forum/nwjs-general
5-
* State which version are you using
6-
* State which OS version are you running with
7-
* Provide a reproducible case if possible
8-
* Attach the crash dump file if it's a crash: http://docs.nwjs.io/en/latest/For%20Developers/Understanding%20Crash%20Dump/#find-minidump-file
2+
Thanks for reporting an issue! Spend 60 seconds reading this...
93

10-
Issues meet the checklist above will be processed before those don't.
4+
1. Before reporting, try reproducing against the latest version of NWJS.
5+
2. Issue tracker is only for bugs and feature requests, in English only.
6+
7+
Anything else? Use our mailing list for questions:
8+
https://groups.google.com/forum/#!forum/nwjs-general
9+
10+
======== TEMPLATE BUG FORM ========
11+
12+
NWJS Version :
13+
Operating System :
14+
15+
### Expected behavior
16+
17+
<!- What do you think should happen? ->
18+
19+
### Actual behavior
20+
21+
<!- What actually happens? ->
22+
23+
### How to reproduce
24+
25+
<!-
26+
27+
- Detail a step by step guide to reproduce the issue
28+
- A copy of your code would help. Include: JS, HTML.
29+
- If you have a crash report, copy it in.
30+
- Test your steps on a fresh environment to see if you still have an issue
31+
- Post!
32+
33+
->

0 commit comments

Comments
 (0)