Skip to content

Commit

Permalink
Create bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobrauchtgit authored Mar 29, 2024
1 parent 54cc083 commit 12dda8a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Bug Report
description: "Create a bug report for obsidian smart second brain to help us improve"
title: "Bug report"
labels: ["bug"]
assignees: ["leo310", "nicobrauchtgit"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also add a screenshot, if possible
placeholder: Tell us what you see!
validations:
required: true
- type: input
id: version
attributes:
label: Smart Second Brain Version
description: What version of S2B are you running?
placeholder: 0.6.1
validations:
required: true
- type: textarea
id: debug-info
attributes:
label: Debug Info
description: In Obsidian open Command Palette > Show debug info
validations:
required: true

0 comments on commit 12dda8a

Please sign in to comment.