Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ 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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
placeholder: Concisely describe the issue, and what page it is on. Do not use an LLM.
placeholder: Concisely describe the issue, and what page it is on. Do not use a 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
id: terms
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
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ 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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
placeholder: Concisely describe the feature. Do not use an LLM.
placeholder: Concisely describe the feature. Do not use a 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
id: terms
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