From d4a386fbf7dada3b3c9ec00e6417ed166de438ff Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Fri, 12 Dec 2025 14:10:10 +0900 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..307e04c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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.