From d202748d359bf0d82ea3f5ad36606dd8986f7c60 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Sat, 13 Apr 2019 14:04:22 +0200 Subject: [PATCH] Add issue template (#89) --- .github/ISSUE_TEMPLATE.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..472dc79 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,33 @@ +### General information + + + +- Operating system + version: +- Browser + version: +- Information about the host app: + - How did you install it? + + - If installed an official release, put a version (`$ browserpass --version`): + - If built from sources, put a commit id (`$ git describe --always`): +- Information about the browser extension: + - How did you install it? + + - Browserpass extension version as reported by your browser: + +--- + +If you are seeing "Error: Specified native messaging host not found", have you followed [Configure browsers](https://github.com/browserpass/browserpass-native#configure-browsers) documentation section? + +--- + +### Exact steps to reproduce the problem + +1. + +2. + +3. + +### What should happen? + +### What happened instead?