From 507792ef240d1df048729d4f28659e2fd8dfdbfa Mon Sep 17 00:00:00 2001 From: CPea Date: Fri, 7 Apr 2023 18:55:16 +0700 Subject: ci(issue_template): require additional terminal information (#3915) --- .github/ISSUE_TEMPLATE/general-issue-form.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/general-issue-form.yaml b/.github/ISSUE_TEMPLATE/general-issue-form.yaml index f78a1ed5..33bf5e23 100644 --- a/.github/ISSUE_TEMPLATE/general-issue-form.yaml +++ b/.github/ISSUE_TEMPLATE/general-issue-form.yaml @@ -40,6 +40,15 @@ body: NVIM v0.8.0-dev+199-g2875d45e7 validations: required: true + - type: input + id: terminal-name + attributes: + label: Terminal name + description: "Name of terminal you are using" + placeholder: | + iTerm2, Wezterm,... + validations: + required: true - type: input id: system-version attributes: -- cgit v1.2.3