diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..472dc79d --- /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?