Skip to content

Commit

Permalink
Merge pull request #61 from your-papa/nicobrauchtgit-patch-1
Browse files Browse the repository at this point in the history
Add Bug Report issue template
  • Loading branch information
nicobrauchtgit authored Mar 29, 2024
2 parents 3af0ee1 + 5ad8340 commit 92fb0ea
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,21 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
# 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
description: Also add a screenshot, if possible.
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: error-log
attributes:
label: Error Statement
description: Enable Settings > Advanced > Developer Console logging. Open Developer Tools (⌘ Cmd + ⌥ Opt + I / Ctrl + Shift + I). Open Console Tab.
placeholder: Obsidian Developer Console
- type: input
id: version
attributes:
Expand All @@ -29,6 +35,7 @@ body:
attributes:
label: Debug Info
description: In Obsidian open Command Palette > Show debug info
placeholder: "SYSTEM INFO: ..."
validations:
required: true

0 comments on commit 92fb0ea

Please sign in to comment.