From f43a8f0eda75195fb9c00637d0833ad53b8db587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dundar=20G=C3=B6c?= Date: Tue, 10 Aug 2021 12:18:46 +0200 Subject: [PATCH] ci: make all questions mandatory in bug template --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9890636aea..e9384c1982 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -45,16 +45,25 @@ body: description: | Steps to reproduce using `nvim -u NORC` and/or `nvim -u NONE` (please test both). If you are reporting build failures, please list the exact sequence of steps including all CMake flags (if any). + validations: + required: true - type: input attributes: label: "Vim" description: "Does Vim behave differently when called with `vim -u DEFAULTS`? (Please add the specific version, including patch level, of Vim that you tested.)" + validations: + required: true - type: textarea attributes: label: "Expected behavior" description: "A description of the behavior you expected. May optionally include logs, images, or videos." + validations: + required: true + - type: textarea attributes: label: "Actual behavior" + validations: + required: true