diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index d17f0952c3..61e4d669f7 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -4,12 +4,12 @@ title: "[Bug]: " body: - type: textarea attributes: - label: Consisely describe the issue - value: Consisely describe the issue, and what page it is on. Consisely describe the feature. Do not use a LLM. + label: Concisely describe the issue + placeholder: Concisely describe the issue, and what page it is on. Do not use an LLM. - type: textarea attributes: label: Upload screenshots or screen recordings - value: Add screenshots or screen recordings to help explain your problem. + placeholder: Add screenshots or screen recordings to help explain your problem. validations: required: false - type: checkboxes @@ -17,5 +17,5 @@ body: attributes: label: LLM Policy options: - - label: This issue is human-written, and folow up comments will also be human-written + - label: This issue is human-written, and follow up comments will also be human-written required: true diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index d2aa4a73d3..dc3a21d21e 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -4,12 +4,12 @@ title: "[Feature]: " body: - type: textarea attributes: - label: Consisely describe the feature. - value: Consisely describe the feature. Do not use a LLM. + label: Concisely describe the feature + placeholder: Concisely describe the feature. Do not use an LLM. - type: textarea attributes: label: Upload screenshots - value: Add screenshots or proposed mockups (optional). + placeholder: Add screenshots or proposed mockups (optional). validations: required: false - type: checkboxes @@ -17,5 +17,5 @@ body: attributes: label: LLM Policy options: - - label: This issue is human-written, and folow up comments will also be human-written + - label: This issue is human-written, and follow up comments will also be human-written required: true