From bbebb67934a5bb9dbbbe30713f8fb92682b8ec29 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 21 Dec 2022 15:37:46 +0100 Subject: [PATCH] ci: Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 11 +++++++---- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) 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: '' ---