-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: 이슈 템플릿 수정 #52
Merged
Merged
chore: 이슈 템플릿 수정 #52
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: "chat-service" | ||
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요고 저희 브랜치 컨벤션 맞게 바꿔보는건 우때요?!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
맞네요~~ 브랜치명 규칙을 몰라서 냅뒀었는데 바꿔봅시다~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
죠아요
feat/#11-chatting
형식으로 바꿨습니당!!