|
| 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 | +## Prerequisites |
| 10 | + |
| 11 | +<!-- If the following boxes are not ALL checked, your issue is likely to be closed --> |
| 12 | + |
| 13 | +- [ ] Using yarn |
| 14 | +- [ ] Using an up-to-date [`master` branch](https://github.com/electron-react-boilerplate/electron-react-boilerplate/tree/master) |
| 15 | +- [ ] Using latest version of devtools. [Check the docs for how to update](https://electron-react-boilerplate.js.org/docs/dev-tools/) |
| 16 | +- [ ] Tried solutions mentioned in [#400](https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues/400) |
| 17 | +- [ ] For issue in production release, add devtools output of `DEBUG_PROD=true yarn build && yarn start` |
| 18 | + |
| 19 | +## Expected Behavior |
| 20 | + |
| 21 | +<!--- What should have happened? --> |
| 22 | + |
| 23 | +## Current Behavior |
| 24 | + |
| 25 | +<!--- What went wrong? --> |
| 26 | + |
| 27 | +## Steps to Reproduce |
| 28 | + |
| 29 | +<!-- Add relevant code and/or a live example --> |
| 30 | +<!-- Add stack traces --> |
| 31 | + |
| 32 | +1. |
| 33 | + |
| 34 | +2. |
| 35 | + |
| 36 | +3. |
| 37 | + |
| 38 | +4. |
| 39 | + |
| 40 | +## Possible Solution (Not obligatory) |
| 41 | + |
| 42 | +<!--- Suggest a reason for the bug or how to fix it. --> |
| 43 | + |
| 44 | +## Context |
| 45 | + |
| 46 | +<!--- How has this issue affected you? What are you trying to accomplish? --> |
| 47 | +<!--- Did you make any changes to the boilerplate after cloning it? --> |
| 48 | +<!--- Providing context helps us come up with a solution that is most useful in the real world --> |
| 49 | + |
| 50 | +## Your Environment |
| 51 | + |
| 52 | +<!--- Include as many relevant details about the environment you experienced the bug in --> |
| 53 | + |
| 54 | +- Node version : |
| 55 | +- electron-react-boilerplate version or branch : |
| 56 | +- Operating System and version : |
| 57 | +- Link to your project : |
| 58 | + |
| 59 | +<!--- |
| 60 | +βοΈβοΈ Also, please consider donating (https://opencollective.com/electron-react-boilerplate-594) βοΈβοΈ |
| 61 | +
|
| 62 | +Donations will ensure the following: |
| 63 | +
|
| 64 | +π¨ Long term maintenance of the project |
| 65 | +π£ Progress on the roadmap |
| 66 | +π Quick responses to bug reports and help requests |
| 67 | + --> |
0 commit comments