1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-04 13:10:09 +02:00
Files
gitlit/app/node_modules/electron-packager/.github/issue_template.md
2019-06-06 15:44:24 +02:00

34 lines
1.4 KiB
Markdown

<!--
Thanks for filing an issue!
If you have questions about usage, see <https://github.com/electron-userland/electron-packager/blob/master/SUPPORT.md>.
Please check off all of the steps as they are completed by replacing [ ] with [x].
-->
* [ ] I have read the [contribution documentation](https://github.com/electron-userland/electron-packager/blob/master/CONTRIBUTING.md) for this project.
* [ ] 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.
* [ ] I have searched the issue tracker for an issue that matches the one I want to file, without success.
**Please describe your issue:**
<!-- For bugs and questions, please answer these questions to the best of your ability. -->
**Console output when you run electron-packager with the environment variable `DEBUG=electron-packager`. Please include the stack trace if one exists.**
```
Put the console output here
```
**What command line arguments are you passing? Alternatively, if you are using the API, what
parameters are you passing to the `packager()` function?**
```
Put the arguments or parameters here
```
**Please provide either a failing minimal testcase (with a link to the code) or detailed steps to
reproduce your problem. Using [electron-quick-start](https://github.com/electron/electron-quick-start)
is a good starting point.**