diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..12389b4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..ce75ac6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/question--how-to----.md b/.github/ISSUE_TEMPLATE/question--how-to----.md new file mode 100644 index 0000000..705e453 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question--how-to----.md @@ -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).