import-cost.nvim/.github/ISSUE_TEMPLATE/bug-report.md
2023-01-04 11:18:08 -06:00

45 lines
807 B
Markdown

---
name: Bug Report
about: File a bug with import-cost.nvim
title: 'Bug Report'
labels: ''
assignees: ''
---
<!-- Be sure you can affirm the following: -->
<!-- 1. import-cost.nvim is up to date -->
<!-- 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`:
### Configuration
<!-- Replace the below with your import-cost.nvim setup -->
```lua
require('import-cost').setup {
}
```
<!-- Replace the below with your *neovim* package manager setup -->
```lua
require('nvim-package-manager').setup {
-- Any special plugin config
{
'barrett-ruth/import-cost.nvim',
}
}
```
</details>
### Description
<!-- A clear and concise description of the bug -->