|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: You're having technical issues. |
| 4 | +labels: 'bug' |
| 5 | +--- |
| 6 | + |
| 7 | +<!-- Please use the following issue template or your issue will be closed. --> |
| 8 | + |
| 9 | +<!--- Provide a general summary of the issue in the Title above --> |
| 10 | + |
| 11 | +## Prerequisites |
| 12 | + |
| 13 | +<!-- If the following boxes are not ALL checked, your issue is likely to be closed. --> |
| 14 | + |
| 15 | +- [ ] Using yarn |
| 16 | +- [ ] Using node 10.x |
| 17 | +- [ ] Using an up-to-date [`master` branch](https://github.com/electron-react-boilerplate/electron-react-boilerplate/tree/master) |
| 18 | +- [ ] Using latest version of devtools. See [wiki for howto update](https://github.com/electron-react-boilerplate/electron-react-boilerplate/wiki/DevTools) |
| 19 | +- [ ] Link to stacktrace in a Gist (for bugs) |
| 20 | +- [ ] For issue in production release, devtools output of `DEBUG_PROD=true yarn build && yarn start` |
| 21 | +- [ ] Tried solutions mentioned in [#400](https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues/400) |
| 22 | + |
| 23 | +## Expected Behavior |
| 24 | + |
| 25 | +<!--- If you're describing a bug, tell us what should happen --> |
| 26 | +<!--- If you're suggesting a change/improvement, tell us how it should work --> |
| 27 | + |
| 28 | +## Current Behavior |
| 29 | + |
| 30 | +<!--- If describing a bug, tell us what happens instead of the expected behavior --> |
| 31 | +<!--- If suggesting a change/improvement, explain the difference from current behavior --> |
| 32 | + |
| 33 | +## Possible Solution |
| 34 | + |
| 35 | +<!--- Not obligatory, but suggest a fix/reason for the bug, --> |
| 36 | +<!--- or ideas how to implement the addition or change --> |
| 37 | + |
| 38 | +## Steps to Reproduce (for bugs) |
| 39 | + |
| 40 | +<!--- Provide a link to a live example, or an unambiguous set of steps to --> |
| 41 | +<!--- reproduce this bug. Include code to reproduce, if relevant --> |
| 42 | + |
| 43 | +1. |
| 44 | + |
| 45 | +2. |
| 46 | + |
| 47 | +3. |
| 48 | + |
| 49 | +4. |
| 50 | + |
| 51 | +## Context |
| 52 | + |
| 53 | +<!--- How has this issue affected you? What are you trying to accomplish? --> |
| 54 | +<!--- Did you make any changes to the boilerplate after cloning it? --> |
| 55 | +<!--- Providing context helps us come up with a solution that is most useful in the real world --> |
| 56 | + |
| 57 | +## Your Environment |
| 58 | + |
| 59 | +<!--- Include as many relevant details about the environment you experienced the bug in --> |
| 60 | + |
| 61 | +- Node version : |
| 62 | +- Version or Branch used : |
| 63 | +- Operating System and version : |
| 64 | +- Link to your project : |
0 commit comments