Skip to content

Add Bug Report issue template #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Mar 29, 2024
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