Skip to content

Commit

Permalink
Add bug-report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tadashi-aikawa committed Sep 1, 2024
1 parent a4295e5 commit 2ca59cd
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Bug Report
description: Bug report form.
title: "[Bug] "
assignees:
- tadashi-aikawa
body:
- type: checkboxes
id: checkpoint
attributes:
label: Check for Commonly Missed Points
description: The following items are often mistaken as bugs, but they are actually part of the specification. Please review and check them.
options:
- label: Files not shown in the suggestions are not an active file. (An active file is not shown in the suggestions.)
required: true
- type: textarea
id: summary
attributes:
label: Summary
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to Reproduce in the Sandbox Vault
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual Behavior
validations:
required: true
- type: input
id: obsidian-version
attributes:
label: Obsidian Version
validations:
required: true
- type: input
id: plugin-version
attributes:
label: Another Quick Switcher Version
validations:
required: true
- type: input
id: os
attributes:
label: OS
placeholder: Windows
validations:
required: true
- type: textarea
id: notes
attributes:
label: Notes

0 comments on commit 2ca59cd

Please sign in to comment.