Add issue templates
This commit is contained in:
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Something isn't working
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!--Include steps to reproduce, what you expect to happen, and the actual result-->
|
||||
|
||||
|
||||
## Neovim setup
|
||||
|
||||
- Neovim version: <!--[e.g. 0.9.4] (note that outline.nvim requires 0.7+)-->
|
||||
- Outline.nvim version: <!--[e.g. v1.0.0, or a commit hash]-->
|
||||
- Neovim distro (if applicable): <!--[e.g. LazyVim]-->
|
||||
- Plugin manager: <!--[e.g. Lazy.nvim]-->
|
||||
|
||||
<!--Please include your relevant config for outline.nvim below, if any-->
|
||||
|
||||
Config:
|
||||
```
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user