issue template
This commit is contained in:
parent
894692f380
commit
46df6ae7e6
2 changed files with 60 additions and 18 deletions
46
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
46
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: File a bug with live-server.nvim
|
||||
title: "Bug Report"
|
||||
labels: ""
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
<!-- Be sure you can affirm the following: -->
|
||||
<!-- 1. live-server is up to date and functioning correctly (run `live-server` in the terminal) -->
|
||||
<!-- 2. I have searched the issue tracker and not found a similar issue -->
|
||||
|
||||
### Info
|
||||
|
||||
- Operating System:
|
||||
- `nvim --version`:
|
||||
- Node package manager:
|
||||
- `<node-package-manager> --version`:
|
||||
- `live-server --version`:
|
||||
|
||||
### Configuration
|
||||
|
||||
<!-- Replace the below with your live-server.nvim setup -->
|
||||
|
||||
```lua
|
||||
require('live-server').setup {
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
<!-- Replace the below with your *neovim* package manager setup -->
|
||||
|
||||
```lua
|
||||
require('nvim-package-manager').setup {
|
||||
-- Any special plugin config
|
||||
{
|
||||
'barrett-ruth/live-server.nvim',
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
### Description
|
||||
|
||||
<!-- A clear and concise description of the bug -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue