ISSUE_TEMPLATE: Add common questions (#415)

This commit is contained in:
Ronan Jouchet 2017-07-18 11:24:41 -04:00 committed by GitHub
parent 38825e8b71
commit 2b061e497f
1 changed files with 13 additions and 8 deletions

View File

@ -1,16 +1,21 @@
### Description ### Description
<Detail your problem here as clearly and concisely as possible 🙂. Help us help you by saying why and giving some context!>
### Steps to Reproduce Issue ### Steps to reproduce issue
### Specifications
- Version of Nativefier (run `$ nativefier --version`): `v0.0.0` ### Details
- Version of Node.js (run `$ node --version`): `v0.0.0`
- OS: `<OS>` - Are you nativefying a *public* website?
- Architecture `<ARCH>` - Feature request? Have you looked at `nativefier --help` to see if an existing option could fit your needs?
- Stack trace from the error message (if any) - Full nativefier command used to build your app: `<command here>`
- Version of Nativefier (run `nativefier --version`): `v0.0.0`
- Version of node.js (run `node --version`): `v0.0.0`
- OS: `<OS here>`
- Error message / stack trace (if any):
``` ```
<Stack trace here> <Error message / Stack trace here>
``` ```