diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e1c163b..fb70b53 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,10 @@ --- name: Bug report -about: "Create a report to help us improve" -title: "" -labels: "bug" -assignees: "" +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + --- **Describe the bug** @@ -13,6 +14,8 @@ A clear and concise description of what the bug is. Gui(specify which GUI client you are using)? Nightly? Version? **To Reproduce** +Make sure to read [creating a minimal init.lua to reproduce an issue](https://github.com/folke/lazy.nvim/wiki/Minimal-%60init.lua%60-to-Reproduce-an-Issue) + Steps to reproduce the behavior: 1. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 36014cd..11fc491 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: 'enhancement' +labels: enhancement assignees: '' ---