-
Notifications
You must be signed in to change notification settings - Fork 59
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
1 parent
54cc083
commit 12dda8a
Showing
1 changed file
with
34 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,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 | ||
|