From 14d83dbae974f457655d3404cbc475b2bdc12990 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 4 Jan 2023 09:51:38 -0600 Subject: [PATCH] update issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 531b8b9..2c95541 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,15 +1,15 @@ --- name: Bug Report about: File a bug with import-cost.nvim -title: '' +title: 'Bug Report' labels: '' assignees: '' --- - - + + ### Info @@ -33,8 +33,10 @@ require('import-cost').setup { ```lua require('nvim-package-manager').setup { - -- ... - 'barrett-ruth/import-cost.nvim', + -- Any special plugin config + { + 'barrett-ruth/import-cost.nvim', + } } ```