Skip to content

Commit d8d359e

Browse files
committed
Fix syntax of issue form
1 parent 11a95ce commit d8d359e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/ISSUE.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body:
1616
id: assistance-disclosure
1717
attributes:
1818
label: Assistance Disclosure
19-
description: Our project allows assistance by AI/LLM tools as long as it is disclosed and described so we can better respond. Please certify whether you have used any such tooling related to this issue:
19+
description: "Our project allows assistance by AI/LLM tools as long as it is disclosed and described so we can better respond. Please certify whether you have used any such tooling related to this issue:"
2020
options:
2121
- AI used
2222
- AI not used
@@ -26,4 +26,4 @@ body:
2626
id: assistance-description
2727
attributes:
2828
label: If AI was used, describe the extent to which it was used.
29-
description: Examples: "ChatGPT translated from my native language" or "Claude proposed this change/feature"
29+
description: 'Examples: "ChatGPT translated from my native language" or "Claude proposed this change/feature"'

0 commit comments

Comments
 (0)