Update issue templates

This commit is contained in:
esm7 2022-07-17 21:19:44 +03:00 committed by GitHub
parent 08b0c5461a
commit ba70ed0558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 63 additions and 0 deletions

30
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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.

View 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.**
If it's 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.

View file

@ -0,0 +1,13 @@
---
name: Question (how to...)
about: Various questions about how to do Vimrc-related stuff
title: ''
labels: ''
assignees: ''
---
**Before posting, please make sure your question is within the scope of this plugin.**
This plugin is about *persisting changes* to the Vim support built into Obsidian, plus some bonus features.
If you want to ask about some generic Vim features, it might be more suitable for the [CodeMirror Vim repo](https://github.com/replit/codemirror-vim) or the [Obsidian forum](https://forum.obsidian.md/c/get-help/19).