Update issue templates

This commit is contained in:
Kodai Nakamura 2025-12-12 14:10:10 +09:00 committed by GitHub
parent 4920ccc7c4
commit d4a386fbf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

33
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View file

@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug] xxxxxxx"
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
**Minimal Reduroduction**
| Current file path | xxx/current-file.md |
| ------------------------------ | ---------------------- |
| All existing file paths | aaa/bbb.md, ccc/ddd.md |
| Current text | bbb |
| Formatted Text | [[bbb]] |
| Expected text after formatting | [[aaa/bbbb]] |
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- Obsidian Version [e.g. chrome, safari]
- Automatic Linker's Version [e.g. 22]
**Additional context**
Add any other context about the problem here.