Nativefier/.github/ISSUE_TEMPLATE/bug_report.md

38 lines
1.1 KiB
Markdown

---
name: Bug report
about: Create a report to help us improve
labels: bug
---
<!-- Help us help you, please take the time to fill this information 🙂.
An incomprehensible bug report is a useless bug report.
Incomprehensible / incomplete bug reports will be closed. -->
**Bug description**
A clear and concise description of what the bug is.
- [ ] I looked at `nativefier --help` and https://github.com/jiahaog/nativefier/blob/master/docs/api.md , I'm sure I'm not misunderstanding expected behavior.
- [ ] I searched existing open & closed issues. Yes, my bug is new.
**Steps to reproduce**
Give your ***full*** nativefier command, with the ***`--verbose` flag***, on a ***public*** site:
1. Run `nativefier --verbose ...`
2. ...
**Expected behavior**
What you expected to happen.
**Actual behavior**
What happened instead.
**Logs & screenshots**
Verbose logs, error message, and/or screenshots
**Context**
- Nativefier: (for example: 7.7.1)
- Node.js: (for example: 13.10.1)
- 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")