diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/general-issue-form.yaml | 9 | 
1 files changed, 9 insertions, 0 deletions
| 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 @@ -41,6 +41,15 @@ body:      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:        label: "Operating system/version" | 
