Skip to content

Commit

Permalink
Update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Jun 3, 2024
1 parent 705a872 commit f2021a4
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/COMPLETE-CSC.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: '토픽별 클라우드 스킬 챌린지 완료 인증'
description: '토픽별 클라우드 스킬 챌린지 완료 인증용 템플릿'
title: "[**챌린지 코드**] 챌린지 완료 인증"
body:
- type: markdown
attributes:
value: |
**👆👆👆 상단의 제목에 챌린지 코드를 반드시 적어 주세요 👆👆👆**
## 클라우드 스킬 챌린지 완료 인증
클라우드 스킬 챌린지를 완료하신 분들은 이슈를 통해 인증을 받을 수 있습니다. 아래의 템플릿을 작성하여 이슈를 등록해 주세요.
- type: markdown
attributes:
value: |
### 챌린지 코드
- type: dropdown
id: challenge_code
attributes:
label: '챌린지 코드'
description: '완료한 챌린지 코드를 선택해 주세요. (예: AZ-900 또는 AI-900)'
options:
- '챌린지 코드 선택'
- 'AZ-900'
- 'AI-900'
default: 0

- type: markdown
attributes:
value: |
### 챌린지 상세 내용
- type: input
id: github_id
attributes:
label: '깃헙 프로필'
description: '깃헙 프로필 주소를 입력해 주세요. (예: https://github.com/hackersground-kr)'
placeholder: '깃헙 프로필 주소를 입력해 주세요. (예: https://github.com/hackersground-kr)'
validations:
required: true

- type: input
id: learn_profile
attributes:
label: 'Microsoft Learn 프로필'
description: 'Microsoft Learn 프로필 주소를 입력해 주세요. (예: https://learn.microsoft.com/ko-kr/users/hackersground-kr)'
placeholder: 'Microsoft Learn 프로필 주소를 입력해 주세요. (예: https://learn.microsoft.com/ko-kr/users/hackersground-kr)'
validations:
required: true

- type: textarea
id: screenshot
attributes:
label: '챌린지 완료 화면 캡쳐'
description: '챌린지 완료 화면 캡쳐를 업로드해 주세요. 기존 이미지를 복사해서 붙여넣기 하셔도 됩니다.'
placeholder: '챌린지 완료 화면 캡쳐를 업로드해 주세요. 기존 이미지를 복사해서 붙여넣기 하셔도 됩니다.'
render: markdown
validations:
required: false
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false

0 comments on commit f2021a4

Please sign in to comment.