mirror of
https://github.com/esm7/obsidian-vimrc-support.git
synced 2026-07-22 05:00:25 +00:00
Merge branch 'master' of https://github.com/esm7/obsidian-vimrc-support
This commit is contained in:
commit
f4814f065d
3 changed files with 64 additions and 0 deletions
30
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
30
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Please Review Before Posting!**
|
||||
|
||||
- [ ] I checked that the bug *does not happen* in the [CodeMirror Vim demo](https://codemirror-vim--util.repl.co/). If it does, please report it [there](https://github.com/replit/codemirror-vim) and not here.
|
||||
- [ ] I'm reasonably sure that this bug is indeed about the Vimrc file support and not a general Vim in Obsidian issue. If it's a general Vim issue, report it [here](https://forum.obsidian.md/c/bug-reports/7).
|
||||
|
||||
**Describe the bug:**
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce:**
|
||||
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
**Environment (please complete the following information):**
|
||||
|
||||
- OS:
|
||||
- Vimrc plugin version:
|
||||
|
||||
**Additional context:**
|
||||
|
||||
Add any other context about the problem here.
|
||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Please make sure this feature request is within the scope of this plugin.**
|
||||
|
||||
- [ ] I understand that if my request is about supporting some Vim feature, it probably belongs [here](https://github.com/replit/codemirror-vim).
|
||||
|
||||
**Describe the feature that you'd like:**
|
||||
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Additional context:**
|
||||
|
||||
Add any other context or screenshots about the feature request here.
|
||||
14
.github/ISSUE_TEMPLATE/question--how-to----.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/question--how-to----.md
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
name: Question (how to...)
|
||||
about: Various questions about how to do Vimrc-related stuff
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Please make sure your question is within the scope of this plugin.**
|
||||
|
||||
- [ ] I know this plugin is about *persisting changes* to the Vim support built into Obsidian, plus some bonus features, and considered asking in the [Obsidian forum](https://forum.obsidian.md/c/get-help/19) first.
|
||||
|
||||
**Describe the question**
|
||||
Loading…
Reference in a new issue