-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: 이슈 템플릿 수정 * fix: 브랜치명 컨벤션 반영하여 수정
- Loading branch information
1 parent
26da7b1
commit f047f7c
Showing
4 changed files
with
65 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,47 @@ | ||
name: 'Feat' | ||
description: 'feat 작업 시 입력해주세요.' | ||
name: "Feat" | ||
description: "feat 작업 시 입력해주세요." | ||
labels: [feat] | ||
title: 'feat: ' | ||
title: "feat: " | ||
body: | ||
- type: input | ||
id: branch | ||
attributes: | ||
label: '브랜치 이름(Branch Name)' | ||
description: '생성할 브랜치 이름을 작성해주세요.' | ||
placeholder: 'chat-implement' | ||
label: "브랜치 이름은 무엇인가요?" | ||
description: "브랜치 생성을 원치 않으면 비워두세요." | ||
placeholder: "feat/#11-chatting" | ||
validations: | ||
required: true | ||
|
||
required: false | ||
- type: input | ||
id: description | ||
attributes: | ||
label: '이슈 내용(Description)' | ||
description: '기능에 대해서 간략히 설명해주세요.' | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: start_date | ||
attributes: | ||
label: '시작 날짜(Start Date)' | ||
description: '시작 날짜를 YYYY-MM-DD 형식으로 입력해주세요.' | ||
placeholder: '2024-01-01' | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: due_date | ||
attributes: | ||
label: '기한(Due Date)' | ||
description: '기한을 YYYY-MM-DD 형식으로 입력해주세요.' | ||
placeholder: '2024-12-31' | ||
label: "작업할 내용은 무엇인가요?" | ||
description: "기능에 대해 간략히 설명해주세요." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: tasks | ||
attributes: | ||
label: '체크리스트(Tasks)' | ||
description: '해당 이슈에 대해 필요한 작업목록을 작성해주세요.' | ||
label: "할 일은 무엇인가요?" | ||
description: "해당 이슈에 대해 필요한 작업목록을 작성해주세요." | ||
value: | | ||
- [ ] Task1 | ||
- [ ] Task2 | ||
- [ ] | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: references | ||
- type: checkboxes | ||
id: without_jira_issue | ||
attributes: | ||
label: '참조(References)' | ||
description: '해당 이슈과 관련된 레퍼런스를 참조해주세요.' | ||
value: | | ||
- Reference1 | ||
label: "지라 이슈를 제외할까요?" | ||
description: "체크하면 지라 이슈와 티켓 넘버가 생성되지 않아요." | ||
options: | ||
- label: 지라 이슈를 만들지 않을래요 | ||
|
||
- type: input | ||
id: due_date | ||
attributes: | ||
label: "개발 기한은 언제인가요?" | ||
description: "비워두시면 다음날로 저장할게요." | ||
placeholder: "YYYY-MM-DD" | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters