From 2b061e497f29d47ac1ab2ec9a49f220379764234 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Tue, 18 Jul 2017 11:24:41 -0400 Subject: [PATCH] ISSUE_TEMPLATE: Add common questions (#415) --- .github/ISSUE_TEMPLATE.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 37ca68a..a512a27 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,16 +1,21 @@ ### Description + -### Steps to Reproduce Issue +### Steps to reproduce issue -### Specifications -- Version of Nativefier (run `$ nativefier --version`): `v0.0.0` -- Version of Node.js (run `$ node --version`): `v0.0.0` -- OS: `` -- Architecture `` -- Stack trace from the error message (if any) + +### Details + +- Are you nativefying a *public* website? +- Feature request? Have you looked at `nativefier --help` to see if an existing option could fit your needs? +- Full nativefier command used to build your app: `` +- Version of Nativefier (run `nativefier --version`): `v0.0.0` +- Version of node.js (run `node --version`): `v0.0.0` +- OS: `` +- Error message / stack trace (if any): ``` - + ```