diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..0727e6b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug Report +about: Report a problem in lualine +title: 'Bug: ' +labels: bug + +--- + + + +### Self Checks + + +- [ ] 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 + +
+Config + + + +
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..4b51c70 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,15 @@ +--- +name: Feature Resuest +about: Request a feature for lualine +title: 'Feat: ' +labels: new feature + +--- + + + +### Requested feature + + +### Motivation +