chore: Update Issue templates
This commit is contained in:
parent
bdc3073d31
commit
284bad71a1
|
@ -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
|
||||
|
||||
<!-- 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.
|
||||
|
||||
### How to reproduce the problem
|
||||
|
||||
### Actual behaviour
|
||||
<!-- Add steps to reproduce with mini al config from below -->
|
||||
|
||||
### Expected behaviour
|
||||
|
||||
### Aditional information
|
||||
|
||||
### Actual behaviour
|
||||
|
||||
|
||||
### Minimal config to reproduce the issue
|
||||
|
||||
<details>
|
||||
<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>
|
||||
|
||||
### Aditional information
|
||||
|
||||
|
|
|
@ -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
|
||||
<!-- Describe the feature with details. -->
|
||||
|
|
Loading…
Reference in New Issue