Skip to content

Commit

Permalink
Merge branch 'TeamNADA:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun99999 authored Aug 8, 2021
2 parents 5a645e7 + 77ac01e commit 3251e04
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/nada-bug-template.md
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`

# 📸 스크린샷

버그 내용에 대해 스크린샷을 첨부해주세요.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/nada-feature-template.md
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

<!-- 진행할 작업에 대해 적어주세요 -->

- [ ] 할 것
16 changes: 16 additions & 0 deletions .github/pull-request-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 🌴 PR 요약

🌱 작업한 브랜치
- feature/1-sign-up

🌱 작업한 내용
- 작업 내용 1
- 작업 내용 2

## 📸 스크린샷
|기능|스크린샷|
|:--:|:--:|
|GIF|파일첨부바람|

## 📮 관련 이슈
- Resolved: #이슈번호

0 comments on commit 3251e04

Please sign in to comment.