mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 05:37:46 +00:00
Update issue templates
This commit is contained in:
parent
b04bc33604
commit
98f44d9ec5
2 changed files with 7 additions and 4 deletions
5
.github/ISSUE_TEMPLATE/bug-report.md
vendored
5
.github/ISSUE_TEMPLATE/bug-report.md
vendored
|
|
@ -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 |
|
||||
|
||||
|
|
|
|||
6
.github/ISSUE_TEMPLATE/feature_request.md
vendored
6
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue