diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 6b87026..8d8f933 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -12,11 +12,12 @@ A clear and concise description of what the bug is. **Minimal Reduroduction** -| Current file path | xxx/current-file.md | +| Title | Example | | ------------------------------ | ---------------------- | +| Current file path | xxx/current-file.md | | All existing file paths | aaa/bbb.md, ccc/ddd.md | | Current text | bbb | -| Formatted Text | [[bbb]] | +| Actual text after formatting | [[bbb]] | | Expected text after formatting | [[aaa/bbbb]] | | your config | paste screenshot of your automatic linkers' config | diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 26638ef..e81581d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -12,13 +12,15 @@ A clear and concise description of what the feature request is. **Minimal examples** -| Current file path | xxx/current-file.md | +| Title | Example | | ------------------------------ | ---------------------- | +| Current file path | xxx/current-file.md | | All existing file paths | aaa/bbb.md, ccc/ddd.md | | Current text | bbb | -| Formatted Text | [[bbb]] | +| Actual text after formatting | [[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.