Nativefier/.github/ISSUE_TEMPLATE/question.md

55 lines
1.4 KiB
Markdown
Raw Normal View History

2020-07-23 02:53:46 +02:00
---
name: Question
about: Ask for help
labels: question
---
2020-07-23 03:08:07 +02:00
<!-- Help us help you, and take the time to fill this template 🙂.
2020-07-23 02:53:46 +02:00
An incomprehensible question is a useless question.
=======================================================
2020-07-23 03:07:22 +02:00
Incomprehensible / incomplete questions will be closed.
2020-07-23 02:53:46 +02:00
=======================================================
-->
**Homework**
- [ ] I looked at `nativefier --help` and https://github.com/nativefier/nativefier/blob/master/API.md
2020-07-23 02:53:46 +02:00
- [ ] I searched existing issues, open & closed. Yes, my question is new.
2021-01-30 05:49:52 +01:00
- [ ] I'm using the latest version available at https://github.com/nativefier/nativefier/releases
2020-07-23 02:53:46 +02:00
**Your question**
Your question, expressed clearly and concisely.
**Steps to reproduce**
2020-07-23 02:56:58 +02:00
If you already have a Nativefier command you're struggling with, paste ***full*** nativefier command and its logs, with the ***`--verbose` flag***, on a ***public*** site:
2020-07-23 02:56:14 +02:00
```
nativefier --verbose --some-option https://mysite.com
2020-07-23 02:56:58 +02:00
<paste your verbose build logs, if relevant to your question>
2020-07-23 02:56:14 +02:00
```
2020-07-23 02:53:46 +02:00
**Debug info**
If applicable,
- Console logs of your attempted `nativefier` build command, with `--verbose` flag
- Error messages
- Screenshots
- Anything else relevant!
**Context**
- Nativefier: (for example: 9.1.0)
- Node.js: (for example: 14.6.0)
- Npm: (for example: 6.14.7)
- OS: (for example: Windows 10 build 1809)
- Additional context: (for example: "I'm behind a proxy, with configuration X and protocol Y")