Skip to content
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
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/chore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: chore
description: 변경할 잡다한 사항의 이슈를 기록하세요
labels: ["chore"]
body:
- type: textarea
id: explanation
attributes:
label: 변경 사
description: 변경 사항의 설명을 적어주세요! (ex. - yml 변경...)
placeholder: |
- 변경 설명 1
- 변경 설명 2
- 변경 설명 3
validations:
required: true

- type: textarea
id: checklist
attributes:
label: 체크리스트
description: 체크할 체크리스트를 적어주세요. 마크다운 체크박스(- [ ] 내용)형식으로 작성하면 제출 후 체크박스로 표시됩니다. (ex. [] 유저 DB에서 체크하기...)
placeholder: |
- [ ] 할 일 1
- [ ] 할 일 2
- [ ] 할 일 3
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: feature
description: 만들 기능의 이슈를 생성하세요.
labels: ["feature"]
body:
- type: textarea
id: explanation
attributes:
label: 개발할 기능
description: 개발할 기능의 설명을 적어주세요! (ex. - 유저 도메인 개발...)
placeholder: |
- 기능 설명 1
- 기능 설명 2
- 기능 설명 3
validations:
required: true

- type: textarea
id: checklist
attributes:
label: 체크리스트
description: 체크할 체크리스트를 적어주세요. 마크다운 체크박스(- [ ] 내용)형식으로 작성하면 제출 후 체크박스로 표시됩니다. (ex. [] 유저 DB에서 체크하기...)
placeholder: |
- [ ] 할 일 1
- [ ] 할 일 2
- [ ] 할 일 3
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/fix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: feature
description: 발생한 오류의 이슈를 생성하세요.
labels: ["bug"]
body:
- type: textarea
id: explanation
attributes:
label: 발생한 오류
description: 발생한 오류의 설명을 적어주세요! (ex. - api 작동 X...)
placeholder: |
- 오류 설명 1
- 오류 설명 2
- 오류 설명 3
validations:
required: true

- type: textarea
id: checklist
attributes:
label: 체크리스트
description: 체크할 체크리스트를 적어주세요. 마크다운 체크박스(- [ ] 내용)형식으로 작성하면 제출 후 체크박스로 표시됩니다. (ex. [] 유저 DB에서 체크하기...)
placeholder: |
- [ ] 할 일 1
- [ ] 할 일 2
- [ ] 할 일 3
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: refactor
description: 리팩터링할 기능의 이슈를 생성하세요.
labels: ["refactor"]
body:
- type: textarea
id: explanation
attributes:
label: 리팩토링할 내용
description: 리팩토링할 내용을 적어주세요! (ex. - 유저 관련 코드 축소...)
placeholder: |
- 내용 설명 1
- 내용 설명 2
- 내용 설명 3
validations:
required: true

- type: textarea
id: checklist
attributes:
label: 체크리스트
description: 체크할 체크리스트를 적어주세요. 마크다운 체크박스(- [ ] 내용)형식으로 작성하면 제출 후 체크박스로 표시됩니다. (ex. [] 유저 DB에서 체크하기...)
placeholder: |
- [ ] 할 일 1
- [ ] 할 일 2
- [ ] 할 일 3