Skip to content
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

[Fix/#11] 버그, 리팩토링 이슈 템플릿 수정 #13

Merged
merged 3 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ body:
id: bug-description
attributes:
label: 🐛 Issue
description: 버그 이름을 작성해주세요.
placeholder: 이름을 작성해주세요.
description: 버그가 발생한 이슈 이름과 번호를 작성해주세요.
placeholder: "[ Feat ] 로그인 기능 구현 <#1>"
validations:
required: true
- type: textarea
Expand Down
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/refactoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@ body:
id: refactor-description
attributes:
label: ♻️ Issue
description: 리팩토링의 이름을 작성해주세요.
description: 어떠한 기능을 리팩토링하시는 건지 작성해주세요.
placeholder: 설명을 작성해주세요.
validations:
required: true
- type: input
id: input_parent
attributes:
label: 🔢 리팩토링하는 이슈를 기입해주세요.
description: 리팩토링을 진행하는 이전 이슈를 작성해주세요.
placeholder: "#이슈번호"
validations:
required: true
- type: textarea
id: textarea_description
attributes:
label: 📣 리팩토링 목적
description: 리팩토링 목적을 작성해주세요.
placeholder: |
1. <이유>
2. <이유>
1. 이유
2. 이유
render: ""
validations:
required: false
- type: input
id: input_parent
attributes:
label: 🔢 리팩토링 이슈를 기입해주세요.
description: 리팩토링 이슈를 작성해주세요.
placeholder: <#이슈번호>
validations:
required: true
- type: textarea
id: refactor-list
attributes:
Expand Down
Loading