Skip to content

Commit

Permalink
chore: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bandantonio authored Mar 15, 2024
1 parent 0ed3d86 commit b4ef288
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug report
about: Create a report to help improve the plugin
title: "[Bug] Error when ... "
labels: bug
assignees: bandantonio

---

**Description the bug**
A clear and concise description of what the bug is.

Also include the following details:
- Error behavior: intermittent/permanent.
- Error occurs when:
- [ ] Importing a single book
- [ ] Importing all books
- [ ] All the above
- Number of books and highlights (approximately)

**General information**
- Plugin version: [e.g. 1.0.0]
- Obsidian version: [e.g. 0.15.0]
- MacOS version: [e.g. Sonoma]

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. ...
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.

**Additional context**
Add any other context about the problem here.

0 comments on commit b4ef288

Please sign in to comment.