From 284bad71a1a2e6ebea48e17f1019f7eacc23657f Mon Sep 17 00:00:00 2001 From: shadmansaleh <13149513+shadmansaleh@users.noreply.github.com> Date: Tue, 17 Aug 2021 14:03:47 +0600 Subject: [PATCH] chore: Update Issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 45 ++++++++++++++++++++--- .github/ISSUE_TEMPLATE/feature_request.md | 5 ++- 2 files changed, 43 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0727e6b..26f2c07 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,27 +6,60 @@ labels: bug --- - + ### Self Checks -- [ ] I'm using the latest lualine and neovim nightly. +- [ ] I'm using the latest lualine. - [ ] I didn't find the issue in exsisting issues or prs. ### How to reproduce the problem - -### Actual behaviour + ### Expected behaviour -### Aditional information + +### Actual behaviour + ### Minimal config to reproduce the issue
Config + + You need to provide a way to reproduce the issue without influence + of other plugins. + + Issues without proper format and a proper way to + reproduce might be ignored. + + This script can help you with that. + https://gist.github.com/shadmansaleh/3aca29632e9a77a632705b62617c9dac + + Create an isolated config directory with: + + `nvim_conf.sh -c DirectoryName` + + Then modify the DirectoryName/.config/nvim/init.vim + so you can reproduce the issue . + + You can load the config to see if the issue is occuring with + + `nvim_conf.sh -l DirectoryName` + + Paste the DirectoryName/.config/init.vim without comments below +-->
+ +### Aditional information + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4b51c70..068b7dc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,7 +6,10 @@ labels: new feature --- - + ### Requested feature