Enhance: Adding issue templates (#172)

* Enhance: Adding issue templates
This commit is contained in:
Shadman 2021-04-12 21:43:33 +06:00 committed by GitHub
parent 00186432d3
commit cdd7dc44a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 47 additions and 0 deletions

32
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -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>

View File

@ -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.-->