diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..d668b5f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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.