From cdd7dc44a44ae5e6e78d82b69421858b18e9dae8 Mon Sep 17 00:00:00 2001 From: Shadman Date: Mon, 12 Apr 2021 21:43:33 +0600 Subject: [PATCH] Enhance: Adding issue templates (#172) * Enhance: Adding issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 15 +++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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 +