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
4920ccc7c4
commit
d4a386fbf7
1 changed files with 33 additions and 0 deletions
33
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
|
|
@ -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.
|
||||
Loading…
Reference in a new issue