소스 검색

ci(issue_template): require additional terminal information (#3915)

CPea 2 년 전
부모
커밋
507792ef24
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      .github/ISSUE_TEMPLATE/general-issue-form.yaml

+ 9 - 0
.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: