Skip to content

Commit

Permalink
docs: 개발 외 업무 이슈 템플릿 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
kyY00n committed Jul 11, 2023
1 parent 44659b6 commit d8bdae7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/support.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: "🧚🏻‍♀️ Support"
description: "기능 개발 외의 작업이 필요해요."
labels: "🧚🏻‍♀️ Support"
body:
- type: textarea
attributes:
label: 🧚🏻‍♀️ Describe
description: 작업에 대한 설명을 작성해 주세요.
placeholder: 자세히 적을수록 좋습니다!
validations:
required: true
- type: textarea
attributes:
label: ✅ Tasks
description: 해야 하는 일에 대한 Tasks를 작성해 주세요.
placeholder: 최대한 세분화 해서 적어주세요!
validations:
required: true
- type: textarea
attributes:
label: 🙋🏻 More
description: 더 하고 싶은 말이 있다면 작성해 주세요.

0 comments on commit d8bdae7

Please sign in to comment.