2022-07-23 21:43:48 +00:00
|
|
|
name: Bug Report
|
|
|
|
description: File a bug report
|
|
|
|
labels: ["bug"]
|
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
Thanks for taking the time to fill out this bug report!
|
2022-07-23 21:54:23 +00:00
|
|
|
Help us help you, please fill this form thoroughly.
|
|
|
|
An incomplete bug report is a useless bug report.
|
2022-07-23 21:43:48 +00:00
|
|
|
- type: checkboxes
|
|
|
|
id: homework
|
|
|
|
attributes:
|
|
|
|
label: Homework
|
|
|
|
options:
|
2022-07-23 21:54:23 +00:00
|
|
|
- label: I read `nativefier --help` and [API.md](https://github.com/nativefier/nativefier/blob/master/API.md)
|
|
|
|
- label: I checked [CATALOG.md](https://github.com/nativefier/nativefier/blob/master/CATALOG.md) for site-specific community suggestions.
|
2022-07-23 21:43:48 +00:00
|
|
|
- label: I searched existing issues, open & closed. Yes, my bug is new.
|
2022-07-23 21:54:23 +00:00
|
|
|
- label: I'm running the [latest version](https://github.com/nativefier/nativefier/releases).
|
2022-07-23 21:43:48 +00:00
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
- type: textarea
|
|
|
|
id: bug-description
|
|
|
|
attributes:
|
|
|
|
label: Bug description
|
|
|
|
description: A clear and concise description of what the bug is.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
2022-07-23 21:54:23 +00:00
|
|
|
id: nativefier-command
|
2022-07-23 21:43:48 +00:00
|
|
|
attributes:
|
2022-07-23 21:54:23 +00:00
|
|
|
label: nativefier-command
|
|
|
|
description: "Your ***full*** nativefier command, on a ***public*** site."
|
|
|
|
placeholder: nativefier --verbose --some-option https://mysite.com
|
2022-07-23 21:43:48 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: expected-behavior
|
|
|
|
attributes:
|
|
|
|
label: Expected behavior
|
2022-07-23 21:54:23 +00:00
|
|
|
placeholder: What you expected to happen.
|
2022-07-23 21:43:48 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: actual-behavior
|
|
|
|
attributes:
|
|
|
|
label: Actual behavior
|
2022-07-23 21:54:23 +00:00
|
|
|
placeholder: What happened instead.
|
2022-07-23 21:43:48 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: debug-info
|
|
|
|
attributes:
|
|
|
|
label: Debug info
|
2022-07-23 21:54:23 +00:00
|
|
|
placeholder: |
|
|
|
|
- Console logs of your full build command, with the `--verbose` flag
|
2022-07-23 21:43:48 +00:00
|
|
|
- If the bug happens at app run time, the in-app DevTools console logs (open it with F12)
|
2022-07-23 21:54:23 +00:00
|
|
|
- Error messages, screenshots, Anything else relevant!
|
2022-07-23 21:43:48 +00:00
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
- type: input
|
|
|
|
id: nativefier-version
|
|
|
|
attributes:
|
|
|
|
label: Nativefier version
|
2022-07-23 21:54:23 +00:00
|
|
|
placeholder: "nativefier --version"
|
2022-07-23 21:43:48 +00:00
|
|
|
- type: input
|
|
|
|
id: node-version
|
|
|
|
attributes:
|
|
|
|
label: Node.js version
|
2022-07-23 21:54:23 +00:00
|
|
|
placeholder: "node --version"
|
2022-07-23 21:43:48 +00:00
|
|
|
- type: input
|
|
|
|
id: npm-version
|
|
|
|
attributes:
|
|
|
|
label: npm version
|
2022-07-23 21:54:23 +00:00
|
|
|
placeholder: "npm --version"
|
2022-07-23 21:43:48 +00:00
|
|
|
- type: input
|
|
|
|
id: os
|
|
|
|
attributes:
|
|
|
|
label: OS
|
|
|
|
placeholder: "For example: Windows 10 build 1809"
|