From f2021a4a69b9f5614802f9e3ccbb355b54a3a6ab Mon Sep 17 00:00:00 2001 From: Justin Yoo Date: Mon, 3 Jun 2024 06:17:15 +0000 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/COMPLETE-CSC.yml | 61 +++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + 2 files changed, 62 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/COMPLETE-CSC.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/COMPLETE-CSC.yml b/.github/ISSUE_TEMPLATE/COMPLETE-CSC.yml new file mode 100644 index 0000000..2fc3e76 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/COMPLETE-CSC.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false