apply comments

WIP

Polish
This commit is contained in:
woojin.lee
2023-08-28 15:48:01 +09:00
committed by Jeehoon Kang
parent be59190377
commit b25366fd8e

View File

@@ -30,7 +30,8 @@ body:
# 1. Related Issue # 1. Related Issue
- type: input - type: input
attributes: attributes:
label: >- label: Related Issue
description: >-
Please search to see if a related issue already exists. If so, give me Please search to see if a related issue already exists. If so, give me
the links. If there are multiple issues, please write them all. the links. If there are multiple issues, please write them all.
placeholder: 'https://github.com/kaist-cp/cs220/issues/<issue_number>' placeholder: 'https://github.com/kaist-cp/cs220/issues/<issue_number>'
@@ -39,32 +40,33 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
# 2. Interaction with LLM # 2. Googling Result
- type: input - type: textarea
attributes: attributes:
label: Shared link that can prove your interaction with a LLM. label: Googling Result
description: >- description: >-
For instance, if you used ChatGPT, you can upload link like Share the link that looks relavant to your situation. Multiple links are
[this](https://help.openai.com/en/articles/7925741-chatgpt-shared-links-faq). welcomed.
placeholder: 'https://chat.openai.com/share/<conversation-ID>' placeholder: >-
https://stackoverflow.blog/2020/01/20/what-is-rust-and-why-is-it-so-popular/
validations: validations:
required: true required: true
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
# 3. Googling # 3. ChatGPT Result
- type: input - type: input
attributes: attributes:
label: Query label: ChatGPT Result
description: What did you serach for? description: >-
validations: Before writing this issue, you should have asked ChatGPT. We want to see
required: true how you used ChatGPT for troubleshooting your problem. You can upload
- type: input link like
attributes: [this](https://help.openai.com/en/articles/7925741-chatgpt-shared-links-faq).
label: Link It should contain the history of, including but not limited to, your
description: Share the link that looks the most relavant to your situation. problem statement, the answer from ChatGPT, and your follow-up
placeholder: >- questions. There should be at least 3 turns of conversation.
https://stackoverflow.blog/2020/01/20/what-is-rust-and-why-is-it-so-popular/ placeholder: 'https://chat.openai.com/share/<conversation-ID>'
validations: validations:
required: true required: true
- type: markdown - type: markdown