2022-07-23 21:43:48 +00:00
name : Feature request
description : Suggest an idea for Nativefier
labels : [ "feature-request" ]
body :
- type : markdown
attributes :
value : |
2022-07-23 22:19:39 +00:00
Thanks for taking the time to fill out this feature request 🙂! Help us help you, **fill this form thoroughly**. An incomplete feature request is a useless feature request.
2022-07-23 21:43:48 +00:00
- type : checkboxes
id : homework
attributes :
label : Homework
options :
2022-07-23 22:19:39 +00:00
- label : I took the time to write a good, descriptive issue title
required : true
- label : I read `nativefier --help` and [API.md](https://github.com/nativefier/nativefier/blob/master/API.md), no existing option fits my needs.
required : true
- label : I checked [CATALOG.md](https://github.com/nativefier/nativefier/blob/master/CATALOG.md) for community suggestions & workarounds.
required : true
- label : I searched [existing issues, open & closed](https://github.com/nativefier/nativefier/issues?q=is%3Aissue). Yes, my feature request is new.
required : true
- label : I'm running the [latest version](https://github.com/nativefier/nativefier/releases). Yes, the feature I'm requesting isn't in it.
required : true
2022-07-23 21:43:48 +00:00
validations :
2022-07-23 22:19:39 +00:00
required : true
2022-07-23 21:43:48 +00:00
- type : textarea
id : problem-statement
attributes :
label : Problem statement
2022-07-23 22:19:39 +00:00
description : A clear and concise description of what your feature would be.
placeholder : |
For example :
2022-07-23 22:31:24 +00:00
Nativefier should XYZ, ... details details details...
2022-07-23 22:19:39 +00:00
Existing option --something is not what I want, because ...
2022-07-23 21:43:48 +00:00
validations :
required : true
- type : textarea
2022-07-23 22:19:39 +00:00
id : motivation-and-context
2022-07-23 21:43:48 +00:00
attributes :
2022-07-23 22:19:39 +00:00
label : Motivation & context
placeholder : |
What makes you want this feature?
Where does it come from?
2022-07-23 21:43:48 +00:00
validations :
required : true