Add issue template (#51)

This commit is contained in:
Maxim Baz
2019-04-15 01:29:02 +02:00
committed by GitHub
parent 6d5b5d5cc2
commit 6422e660f1

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?