Skip to content

Commit

Permalink
[TNT-69] chore: issue form ์ƒ์„ฑ
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyahozz authored Jan 3, 2025
1 parent b81a5ef commit 2bc9957
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-form.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: '์ด์Šˆ ์ƒ์„ฑ'
description: '์ด์Šˆ๋ฅผ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค. ์ƒ์„ฑ๋œ ์ด์Šˆ๋Š” Jira task ๋กœ ์ž๋™ ์ƒ์„ฑ๋ฉ๋‹ˆ๋‹ค.'
labels: [order]
title: '์ด์Šˆ๋ช…์„ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”.'
body:
- type: input
id: parentKey
attributes:
label: 'Epic/Story Ticket Number'
description: 'Ticket Number๋ฅผ ๊ธฐ์ž…ํ•ด์ฃผ์„ธ์š”.'
placeholder: 'TNT-00'
validations:
required: true

- type: input
id: description
attributes:
label: '์ด์Šˆ ๋‚ด์šฉ'
description: '์ด์Šˆ์— ๋Œ€ํ•ด ๊ฐ„๋žตํ•˜๊ฒŒ ์„ค๋ช…ํ•ด์ฃผ์„ธ์š”.'
validations:
required: true

- type: textarea
id: tasks
attributes:
label: '์ฒดํฌ๋ฆฌ์ŠคํŠธ(Tasks)'
description: 'ํ•ด๋‹น ์ด์Šˆ์™€ ์—ฐ๊ด€๋œ ์ž‘์—… ๋ชฉ๋ก์„ ์ž‘์„ฑํ•ด์ฃผ์„ธ์š”'
value: |
- [ ] Task1
- [ ] Task2
validations:
required: false

0 comments on commit 2bc9957

Please sign in to comment.