From b04bc33604c8285c06a82c6b317422d57c6d745b Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Fri, 12 Dec 2025 14:13:05 +0900 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 2 -- .github/ISSUE_TEMPLATE/feature_request.md | 24 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index d38a8a7..6b87026 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -10,8 +10,6 @@ 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 | diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..26638ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FR] xxxx" +labels: '' +assignees: '' + +--- + +**Describe the feature request** +A clear and concise description of what the feature request is. + +**Minimal examples** + +| 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]] | +| your config | paste screenshot of your automatic linkers' config | + +**Additional context** +Add any other context about the problem here.