update issue template
This commit is contained in:
parent
2d7faba87c
commit
14d83dbae9
1 changed files with 7 additions and 5 deletions
12
.github/ISSUE_TEMPLATE/bug-report.md
vendored
12
.github/ISSUE_TEMPLATE/bug-report.md
vendored
|
|
@ -1,15 +1,15 @@
|
||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: File a bug with import-cost.nvim
|
about: File a bug with import-cost.nvim
|
||||||
title: ''
|
title: 'Bug Report'
|
||||||
labels: ''
|
labels: ''
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Be sure you can affirm the following: -->
|
<!-- Be sure you can affirm the following: -->
|
||||||
<!-- import-cost.nvim is up to date -->
|
<!-- 1. import-cost.nvim is up to date -->
|
||||||
<!-- I have searched the issue tracker and not found a similar issue -->
|
<!-- 2. I have searched the issue tracker and not found a similar issue -->
|
||||||
|
|
||||||
### Info
|
### Info
|
||||||
|
|
||||||
|
|
@ -33,8 +33,10 @@ require('import-cost').setup {
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
require('nvim-package-manager').setup {
|
require('nvim-package-manager').setup {
|
||||||
-- ...
|
-- Any special plugin config
|
||||||
'barrett-ruth/import-cost.nvim',
|
{
|
||||||
|
'barrett-ruth/import-cost.nvim',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue