2022-07-23 21:43:48 +00:00
name : Bug Report
description : File a bug report
labels : [ "bug" ]
body :
- type : markdown
attributes :
value : |
2022-07-23 21:55:28 +00:00
Thanks for taking the time to fill out this bug report 🙂! Help us help you, **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 :
2022-07-23 21:58:41 +00:00
required : true
2022-07-23 21:55:28 +00:00
- type : input
2022-07-23 21:54:23 +00:00
id : nativefier-command
2022-07-23 21:43:48 +00:00
attributes :
2022-07-23 21:55:28 +00:00
label : Nativefier command
2022-07-23 21:54:23 +00:00
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
2022-07-23 21:57:05 +00:00
- type : textarea
id : steps-to-repro
attributes :
label : Steps to reproduce
placeholder : |
1 . I did this...
2 . And then that...
3 . Finally, I clicked here.
validations :
required : true
2022-07-23 21:43:48 +00:00
- 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:58:41 +00:00
- Error messages, screenshots, anything 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:59:45 +00:00
validations :
required : true
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:59:45 +00:00
validations :
required : true
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:59:45 +00:00
validations :
required : true
2022-07-23 21:43:48 +00:00
- type : input
id : os
attributes :
label : OS
placeholder : "For example: Windows 10 build 1809"
2022-07-23 21:59:45 +00:00
validations :
required : true