-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'TeamNADA:main' into main
- Loading branch information
Showing
3 changed files
with
77 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,43 @@ | ||
--- | ||
name: NADA Bug Template | ||
about: "나다 버그 이슈 템플릿 \U0001F525" | ||
title: "[BUG]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
--- | ||
name: DooRi Bug Template | ||
about: 두리번 버그 이슈 템플릿 | ||
title: '[BUG]' | ||
labels: 'Bug' | ||
assignees: '' | ||
--- | ||
|
||
# 🚨 버그 설명 | ||
|
||
어떤 버그인지 간결하게 설명해주세요. | ||
|
||
# 💬 시나리오 | ||
|
||
버그가 어떤 식으로 발생했는지 설명해주세요. | ||
|
||
1. 어디를 가서 '...' | ||
2. 어떤 것을 클릭했더니 '...' | ||
3. 화면에 '...' | ||
4. 에러가 나왔다. | ||
|
||
# 📺 작업 환경 (OS, Device) | ||
|
||
- OS : `iOS 13.0` | ||
- Device : `iPhone 12 mini` | ||
|
||
# 📆 발생 일시 및 위치 | ||
|
||
- 일시 : `2021.06.29(화) 7시` | ||
- 위치 : `AppDelegate.swift` | ||
|
||
# 📸 스크린샷 | ||
|
||
버그 내용에 대해 스크린샷을 첨부해주세요. |
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,18 @@ | ||
--- | ||
name: NADA Feature Template | ||
about: "나다 기능 이슈 템플릿 \U0001F4AA\U0001F3FB" | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# 👀 이슈 (issue) | ||
|
||
이슈에 대해 간략하게 설명해주세요 | ||
|
||
# 🚀 to-do | ||
|
||
<!-- 진행할 작업에 대해 적어주세요 --> | ||
|
||
- [ ] 할 것 |
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,16 @@ | ||
## 🌴 PR 요약 | ||
|
||
🌱 작업한 브랜치 | ||
- feature/1-sign-up | ||
|
||
🌱 작업한 내용 | ||
- 작업 내용 1 | ||
- 작업 내용 2 | ||
|
||
## 📸 스크린샷 | ||
|기능|스크린샷| | ||
|:--:|:--:| | ||
|GIF|파일첨부바람| | ||
|
||
## 📮 관련 이슈 | ||
- Resolved: #이슈번호 |