From 2d7faba87cd644f538a2aee1f919089264ad7e3e Mon Sep 17 00:00:00 2001 From: Barrett Ruth <62671086+barrett-ruth@users.noreply.github.com> Date: Wed, 4 Jan 2023 10:49:15 -0500 Subject: [PATCH] create issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 44 ++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md 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 +