Add issue template (#89)

This commit is contained in:
Maxim Baz
2019-04-13 14:04:22 +02:00
committed by GitHub
parent ef3503672d
commit d202748d35

33
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,33 @@
### General information
<!-- Please answer all the questions below before submitting the issue. -->
- Operating system + version:
- Browser + version:
- Information about the host app:
- How did you install it?
<!-- Installed via a package manager, downloaded a pre-built binary, compiled yourself? -->
- 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?
<!-- Installed via a package manager, webstore, downloaded from Github, compiled yourself? -->
- 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?