2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-11-15 09:24:03 +00:00
nativefier/.github/ISSUE_TEMPLATE/bug.yml

81 lines
2.5 KiB
YAML
Raw Normal View History

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.
- 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.
- 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).
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
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
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.
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual behavior
2022-07-23 21:54:23 +00:00
placeholder: What happened instead.
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
- 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!
validations:
required: false
- type: input
id: nativefier-version
attributes:
label: Nativefier version
2022-07-23 21:54:23 +00:00
placeholder: "nativefier --version"
- type: input
id: node-version
attributes:
label: Node.js version
2022-07-23 21:54:23 +00:00
placeholder: "node --version"
- type: input
id: npm-version
attributes:
label: npm version
2022-07-23 21:54:23 +00:00
placeholder: "npm --version"
- type: input
id: os
attributes:
label: OS
placeholder: "For example: Windows 10 build 1809"