From 834feac7d509c1704aee04fe5b9e4c64181888a4 Mon Sep 17 00:00:00 2001 From: Enrico Maria De Angelis Date: Fri, 18 Aug 2023 19:03:22 +0100 Subject: [PATCH] Fix some typos in bug issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a62ca0d7c..cc26e0802 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -23,10 +23,10 @@ body: - type: dropdown id: issue-works-in-vim attributes: - label: Works in vim? + label: Is it reproducible in vim? description: If you are using Neovim, does the issue reproduce in Vim? options: - - Reproducable in Vim + - Reproducible in Vim - Only broken in Neovim validations: required: true @@ -49,8 +49,8 @@ body: label: Sample project works? description: Try one of the sample projects in `support/test` for your file type. Does that work? If not, use the sample project for crating your reproduction case. options: - - Not reproducable with sample project - - Reproducable with sample project + - Not reproducible with sample project + - Reproducible with sample project - No sample project for this filetype validations: required: true