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
80fd75d870
commit
b04bc33604
2 changed files with 24 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/bug-report.md
vendored
2
.github/ISSUE_TEMPLATE/bug-report.md
vendored
|
|
@ -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 |
|
||||
|
|
|
|||
24
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -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.
|
||||
Loading…
Reference in a new issue