chore: Update Issue templates

This commit is contained in:
shadmansaleh 2021-08-17 14:03:47 +06:00
parent bdc3073d31
commit 284bad71a1
2 changed files with 43 additions and 7 deletions

View File

@ -6,27 +6,60 @@ labels: bug
--- ---
<!-- Before reporting: search existing issues and ensure you are running the latest nightly of neovim and the latest version of lualine.--> <!--
Before reporting: search existing issues and
ensure you are running neovim >= 0.5 and the
latest version of lualine.
-->
### Self Checks ### Self Checks
<!-- Check these boxes by placeing an X in the middle --> <!-- Check these boxes by placeing an X in the middle -->
- [ ] 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. - [ ] I didn't find the issue in exsisting issues or prs.
### How to reproduce the problem ### How to reproduce the problem
<!-- Add steps to reproduce with mini al config from below -->
### Actual behaviour
### Expected behaviour ### Expected behaviour
### Aditional information
### Actual behaviour
### Minimal config to reproduce the issue ### Minimal config to reproduce the issue
<details> <details>
<summary>Config</summary> <summary>Config</summary>
<!--
=================
### IMPORTENT ###
=================
<!-- paste your config here--> 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
-->
</details> </details>
### Aditional information

View File

@ -6,7 +6,10 @@ labels: new feature
--- ---
<!-- Before creating a new request: search existing issues and prs and ensure it hasn't been already requested.--> <!--
Before creating a new request: search existing issues and prs
and ensure it hasn't been already requested.
-->
### Requested feature ### Requested feature
<!-- Describe the feature with details. --> <!-- Describe the feature with details. -->