diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..531b8b9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,44 @@ +--- +name: Bug Report +about: File a bug with import-cost.nvim +title: '' +labels: '' +assignees: '' + +--- + + + + + +### Info + +- Operating System: +- Terminal: +- `nvim --version`: +- Node package manager: +- ` --version`: + +### Configuration + + + +```lua +require('import-cost').setup { + +} +``` + + + +```lua +require('nvim-package-manager').setup { + -- ... + 'barrett-ruth/import-cost.nvim', +} +``` + + + +### Description +