mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
add node modules to repo
This commit is contained in:
33
node_modules/electron-packager/.github/issue_template.md
generated
vendored
Normal file
33
node_modules/electron-packager/.github/issue_template.md
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<!--
|
||||
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.**
|
||||
|
||||
|
Reference in New Issue
Block a user