1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-30 08:10:49 +02:00
Nativefier/.github/ISSUE_TEMPLATE/feature_request.md
Ronan Jouchet cc02b87de7
Get rid of "docs" folder (#1194)
It contains a weird mix of stuff and hides valuable files from view at the root of the repo. Better to have:
- Docs at the root
- Rest of the github/release-related hodgepodge (screenshots, scripts) in hidden folder .github
2021-05-21 18:16:59 -04:00

1.7 KiB

name about labels
Feature request Suggest an idea for Nativefier feature-request

Homework

Problem statement

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 [...]

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")