2020-03-10 13:06:34 +00:00
---
name: Feature request
about: Suggest an idea for Nativefier
2020-07-23 00:53:46 +00:00
labels: feature-request
2020-03-10 13:06:34 +00:00
---
2020-07-23 01:08:07 +00:00
<!-- Help us help you, and take the time to fill this template 🙂.
2020-03-10 13:06:34 +00:00
An incomprehensible feature request is a useless feature request.
2020-07-23 00:53:46 +00:00
==============================================================
2020-07-23 01:07:22 +00:00
Incomprehensible / incomplete feature requests will be closed.
2020-07-23 00:53:46 +00:00
==============================================================
-->
**Homework**
2020-03-10 13:06:34 +00:00
2021-05-21 22:16:59 +00:00
- [ ] I looked at `nativefier --help` and https://github.com/nativefier/nativefier/blob/master/API.md , no existing option fits my needs.
2020-07-23 00:53:46 +00:00
- [ ] I searched existing issues, open & closed. Yes, my feature request is new.
2021-01-30 04:49:52 +00:00
- [ ] I'm using the latest version available at https://github.com/nativefier/nativefier/releases
2020-07-23 00:53:46 +00:00
**Problem statement**
2020-07-23 01:04:58 +00:00
A clear and concise description of what the problem is. For example: *Nativefier should [...]. I need it because [...]. Existing options [...] are not exactly what I want, because [...]*
2020-07-23 00:53:46 +00:00
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 >
```
2020-03-10 13:11:18 +00:00
2020-03-10 13:19:02 +00:00
**Suggested solution**
2020-07-23 00:53:46 +00:00
2020-03-10 13:06:34 +00:00
A clear and concise description of what you want to happen.
2020-07-23 00:53:46 +00:00
2020-03-10 13:19:02 +00:00
**Alternative solutions**
2020-07-23 00:53:46 +00:00
A clear and concise description of workarounds you've considered/tried.
2020-03-10 13:06:34 +00:00
**Context**
2020-07-23 00:53:46 +00:00
- Nativefier: (for example: 9.1.0)
- Node.js: (for example: 14.6.0)
2020-03-10 13:06:34 +00:00
- Npm: (for example: 6.14.7)
- OS: (for example: Windows 10 build 1809)
2020-03-10 13:19:02 +00:00
- Additional context: (for example: "I'm behind a proxy, with configuration X and protocol Y")