Enhance: Adding issue templates (#172)
* Enhance: Adding issue templates
This commit is contained in:
parent
00186432d3
commit
cdd7dc44a4
|
@ -0,0 +1,32 @@
|
||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: Report a problem in lualine
|
||||||
|
title: 'Bug: '
|
||||||
|
labels: bug
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Before reporting: search existing issues and ensure you are running the latest nightly of neovim 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 didn't find the issue in exsisting issues or prs.
|
||||||
|
|
||||||
|
### How to reproduce the problem
|
||||||
|
|
||||||
|
### Actual behaviour
|
||||||
|
|
||||||
|
### Expected behaviour
|
||||||
|
|
||||||
|
### Aditional information
|
||||||
|
|
||||||
|
### Minimal config to reproduce the issue
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Config</summary>
|
||||||
|
|
||||||
|
<!-- paste your config here-->
|
||||||
|
|
||||||
|
</details>
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
name: Feature Resuest
|
||||||
|
about: Request a feature for lualine
|
||||||
|
title: 'Feat: '
|
||||||
|
labels: new feature
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- 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. -->
|
||||||
|
|
||||||
|
### Motivation
|
||||||
|
<!-- Explain why you think it should be included in lualine.-->
|
Loading…
Reference in New Issue