-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug | ||
title: '' | ||
labels: bug, unsure | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**System (please complete the following information):** | ||
- OS: [e.g. Ubuntu 24.04.1 LTS, Windows 11 24H2, macOS 14.7] | ||
- Browser: [e.g. Chrome 129.0.6668.101, Firefox 131.0.2] | ||
- Gopassbridge version: [e.g. 2.0.0] | ||
- `gopass --version`: [e.g. gopass 1.15.14 go1.22.5 darwin arm64] | ||
- `gopass-jsonapi --version`: [e.g. gopass-jsonapi version 1.15.14] | ||
|
||
**Issues with installation** | ||
|
||
- Did you try restarting your gpg-agent and browser (e.g. `killall gpg-agent`)? [e.g. YES/NO] | ||
- Did you reconfigure gopass-jsonapi with the current version (e.g. `gopass-jsonapi configure`)? [e.g. YES/NO] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |