diff options
| author | CPea <[email protected]> | 2023-04-07 18:55:16 +0700 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-07 13:55:16 +0200 | 
| commit | 507792ef240d1df048729d4f28659e2fd8dfdbfa (patch) | |
| tree | 6d35aa795bcb97538b8452f602754df5e570ebec | |
| parent | 6bd46cb6f551bd319617173bc27455ad314addcf (diff) | |
ci(issue_template): require additional terminal information (#3915)
| -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" | 
