UNPKG

1.76 kBMarkdownView Raw
1<!--
2Thanks for filing an issue!
3
4If you have a question, consider searching and asking in other Electron community sites,
5so that more people have a chance to help you: https://github.com/electron/electron#community
6
7Specific issues about the templates that are available by default when creating a new
8Electron Forge project should be filed in its GitHub repository:
9https://github.com/electron-userland/electron-forge-templates
10
11Please check off all of the steps as they are completed by replacing [ ] with [x].
12-->
13
14* [ ] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project.
15* [ ] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project follows, as appropriate.
16* [ ] I have searched the issue tracker for an issue that matches the one I want to file, without success.
17
18**Please describe your issue:**
19
20
21<!-- For bugs and questions, please answer these questions to the best of your ability. -->
22
23**Console output when you run `electron-forge` with the environment variable `DEBUG=electron-forge:*`. (Instructions on how to do so [here](https://www.npmjs.com/package/debug#usage)). Please include the stack trace if one exists.**
24
25```
26Put the console output here
27```
28
29**What command line arguments are you passing?**
30
31```
32Put the arguments here
33```
34
35**What does your `config.forge` data in `package.json` look like?**
36
37```
38Paste the config.forge JSON object here
39```
40
41**Please provide either a failing minimal testcase (with a link to the code) or detailed steps to
42reproduce your problem. Using `electron-forge init` is a good starting point, if that is not the
43source of your problem.**
44
45