1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-07-03 08:40:49 +02:00
Nativefier/.github/ISSUE_TEMPLATE/feature_request.md
2020-07-22 20:53:46 -04:00

50 lines
1.5 KiB
Markdown

---
name: Feature request
about: Suggest an idea for Nativefier
labels: feature-request
---
<!-- Help us help you, and take the time to fill this information 🙂.
An incomprehensible feature request is a useless feature request.
==============================================================
INCOMPREHENSIBLE / INCOMPLETE FEATURE REQUESTS WILL BE CLOSED.
==============================================================
-->
**Homework**
- [ ] I looked at `nativefier --help` and https://github.com/jiahaog/nativefier/blob/master/docs/api.md , no existing option fits my needs.
- [ ] I searched existing issues, open & closed. Yes, my feature request is new.
**Problem statement**
A clear and concise description of what the problem is. For example: *I'm always frustrated when [...]*
If related to a Nativefier config, provide your ***full*** nativefier command and its logs, with the ***`--verbose` flag***, on a ***public*** site:
```
nativefier --verbose --some-option https://mysite.com
<paste your verbose build logs, if relevant to your feature request>
```
**Suggested solution**
A clear and concise description of what you want to happen.
**Alternative solutions**
A clear and concise description of workarounds you've considered/tried.
**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")