Skip to content

Commit

Permalink
Add bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
Pharb authored Oct 12, 2024
1 parent 18d4d59 commit 694ffd6
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.

0 comments on commit 694ffd6

Please sign in to comment.