2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-02 12:50:47 +00:00
nativefier/.github/ISSUE_TEMPLATE/bug.yml

96 lines
3.1 KiB
YAML

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!
- type: checkboxes
id: homework
attributes:
label: Homework
options:
- label: I looked at `nativefier --help` and https://github.com/nativefier/nativefier/blob/master/API.md
- label: I checked the [Troubleshooting section of the README](https://github.com/nativefier/nativefier/blob/master/README.md#troubleshooting).
- label: I searched existing issues, open & closed. Yes, my bug is new.
- label: I'm using the latest version available at 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
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: "Give your ***full*** nativefier command and its logs, with the ***`--verbose` flag***, on a ***public*** site:"
value: |
```
nativefier --verbose --some-option https://mysite.com
<paste your verbose build logs too>
```
validations:
required: true
- type: markdown
attributes:
value: "***Tip:*** Use screenshots whenever possible to help us better diagnose the issue. For an example, see [#1175](https://github.com/nativefier/nativefier/issues/1175)"
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: What you expected to happen.
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual behavior
description: What happened instead.
validations:
required: true
- type: textarea
id: debug-info
attributes:
label: Debug info
value: |
- Console logs of your `nativefier` build command, with `--verbose` flag
- If the bug happens at app run time, the in-app DevTools console logs (open it with F12)
- Error messages
- Screenshots
- Anything else relevant!
validations:
required: false
- type: input
id: nativefier-version
attributes:
label: Nativefier version
description: "Output of `nativefier --version`"
- type: input
id: node-version
attributes:
label: Node.js version
description: "Output of `node --version`"
- type: input
id: npm-version
attributes:
label: npm version
description: "Output of `npm --version`"
- type: input
id: os
attributes:
label: OS
placeholder: "For example: Windows 10 build 1809"
- type: textarea
id: context
attributes:
label: Additional context
description: Any additional information that would be relevant.
placeholder: "For example: \"I'm behind a proxy, with configuration X and protocol Y\""
validations:
required: false