mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-12 21:08:45 +00:00
apply comments
WIP Polish
This commit is contained in:
38
.github/ISSUE_TEMPLATE/assignment_question.yml
vendored
38
.github/ISSUE_TEMPLATE/assignment_question.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user