-
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.
- Loading branch information
1 parent
28f2d8e
commit d71432f
Showing
4 changed files
with
124 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: "\bSprint" | ||
about: It's for sprint | ||
title: "[스프린트]" | ||
labels: sprint | ||
assignees: '' | ||
|
||
--- | ||
|
||
# 스프린트 계획 | ||
|
||
## 📆 기간 | ||
[스프린트 시작 날짜] ~ [스프린트 종료 날짜] | ||
|
||
## 🎯 목표 | ||
[이번 스프린트의 주요 목표] | ||
|
||
## 👥 참여자 | ||
[스프린트에 참여하는 팀원 목록] | ||
|
||
## 📋 태스크 리스트 | ||
- [ ] 태스크 1 (#이슈번호) | ||
- [ ] 태스크 2 (#이슈번호) | ||
- [ ] 태스크 3 (#이슈번호) | ||
|
||
## 📈 진행 상황 | ||
[스프린트 진행 상황에 대한 간략한 설명] | ||
|
||
## 📝 회고 | ||
[스프린트 종료 후, 회고 내용을 추가할 섹션] |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Product Backlog | ||
about: "\bIt's Product Backlog" | ||
title: "[백로그]" | ||
labels: product backlog | ||
assignees: '' | ||
|
||
--- | ||
|
||
# 프로덕트 백로그 아이템 | ||
|
||
## 📝 개요 | ||
[간단한 아이템 설명] | ||
|
||
## 🎯 목표 | ||
[이 백로그 아이템의 목표. 이 아이템이 왜 필요한지 설명] | ||
|
||
## 🔍 상세 설명 | ||
[백로그 아이템에 대한 상세 설명. 기능 설명, 요구 사항 등] | ||
|
||
## 📅 예상 기간 | ||
[이 백로그 아이템을 완료하는 데 필요한 예상 기간] | ||
|
||
## 🔄 우선 순위 | ||
[이 백로그 아이템의 우선 순위. 예: 높음, 중간, 낮음] | ||
|
||
## 🔗 관련 이슈(선택 사항) | ||
[이 백로그 아이템과 관련된 다른 이슈나 문서의 링크] |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
name: Pull Request | ||
about: It's for pull request | ||
title: "[PR]" | ||
labels: PR | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
더 나은 코드리뷰와 history 관리를 위해 아래 내용을 작성해 주세요. | ||
--> | ||
|
||
### 작업 내용: | ||
|
||
<!-- | ||
작업이 된 기능을 상세하게 적어주세요! | ||
--> | ||
- ex. 주문상품 리스트 구현 or 이미지 뷰어 구현 | ||
|
||
### 이번에 공들였던 부분: | ||
|
||
<!-- | ||
코드 리뷰에 참고할 만한 내용을 적어주세요. | ||
이번에 특정 부분들을 집중해서 작성하셨다면, 그 부분에 대해서 설명해주세요! | ||
--> | ||
|
||
### 질문: | ||
|
||
<!-- | ||
이번 작업을 하면서 가졌던 질문을 공유해주세요. | ||
어떤 질문이든지 좋습니다! | ||
--> | ||
|
||
### 제출 전 필수 확인 사항: | ||
|
||
- [ ] 빌드가 되는 코드인가요? <!-- 빌드가 되지 않는 코드는 절대 merge 될 수 없습니다. --> | ||
- [ ] 버그가 발생하지 않는지 충분히 테스트 해봤나요? <!-- 버그가 발생하는걸 알면서 QA를 넘기는건 매우 무책임한 행동입니다. --> |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Task | ||
about: It's for task | ||
title: "[태스크]" | ||
labels: task | ||
assignees: '' | ||
|
||
--- | ||
|
||
# 태스크 상세 | ||
|
||
## 📝 개요 | ||
[태스크에 대한 간단한 설명] | ||
|
||
## 🎯 목표 | ||
[이 태스크를 통해 달성하고자 하는 구체적인 목표] | ||
|
||
## 🔍 상세 설명 | ||
[태스크에 대한 상세한 설명. 구현해야 할 기능, 해결해야 할 문제 등] | ||
|
||
## 📅 예상 기간 | ||
[태스크를 완료하는 데 필요한 예상 기간] | ||
|
||
## 🔄 우선 순위 | ||
[태스크의 우선 순위. 예: 높음, 중간, 낮음] | ||
|
||
## 🔗 관련 이슈(선택 사항) | ||
[이 태스크와 관련된 다른 이슈나 문서의 링크] |