Merge pull request #8996 from swashcap/master
[platform/framework/web/crosswalk-tizen.git] / ISSUE_TEMPLATE.md
1 <!--
2 Thanks for opening an issue! A few things to keep in mind:
3
4 - The issue tracker is only for bugs and feature requests.
5 - Before reporting a bug, please try reproducing your issue against
6   the latest version of Electron.
7 - If you need general advice, join our Slack: http://atom-slack.herokuapp.com
8 -->
9
10 * Electron version:
11 * Operating system:
12
13 ### Expected behavior
14
15 <!-- What do you think should happen? -->
16
17 ### Actual behavior
18
19 <!-- What actually happens? -->
20
21 ### How to reproduce
22
23 <!-- 
24
25 Your best chance of getting this bug looked at quickly is to provide a REPOSITORY that can be cloned and run.
26
27 You can fork https://github.com/electron/electron-quick-start and include a link to the branch with your changes.
28
29 If you provide a URL, please list the commands required to clone/setup/run your repo e.g.
30
31   $ git clone $YOUR_URL -b $BRANCH
32   $ npm install
33   $ npm start || electron .
34
35 -->