-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
19 changed files
with
614 additions
and
350 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,20 @@ | ||
--- | ||
name: Bug Report | ||
about: 버그를 신고합니다. | ||
title: "[BugFix]" | ||
labels: "\U0001F6E0️ BugFix" | ||
assignees: jayn2u, SeungEEE, SeungWon1125 | ||
|
||
--- | ||
|
||
## 🛠️ Bug Report | ||
|
||
### ⚠️ 설명 | ||
|
||
> 버그에 대해서 설명해주세요! | ||
- 예시: 로그인 화면 구현 | ||
|
||
### 📝 ETC | ||
|
||
> 기타 설명이 필요하다면 작성해주세요! |
This file was deleted.
Oops, something went wrong.
16 changes: 6 additions & 10 deletions
16
.github/ISSUE_TEMPLATE/feature.md → .github/ISSUE_TEMPLATE/new-feature-task.md
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 |
---|---|---|
@@ -1,26 +1,22 @@ | ||
--- | ||
name: Feature | ||
name: New Feature Task | ||
about: 기능구현, 리팩토링, 환경설정 등을 포함한 기본 템플릿 | ||
title: '' | ||
labels: '' | ||
title: "[Feat]" | ||
labels: "\U0001F4F2 Feature" | ||
assignees: '' | ||
|
||
--- | ||
|
||
# 🍎 빈주머니즈 iOS 피처 구현 | ||
## 📲 New Feature Task | ||
|
||
## 💡 Description | ||
### ✅ 할 일 목록 | ||
|
||
> 해야 할 업무에 대해서 설명해주세요! | ||
- 예시: 로그인 화면 구현 | ||
|
||
## ✅ To Do List | ||
|
||
- [ ] 할 일 | ||
- [ ] 할 일 | ||
- [ ] 할 일 | ||
|
||
## 📝 ETC | ||
### 🗂️ 첨부자료 | ||
|
||
> 기타 설명이 필요하다면 작성해주세요! |
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: Refactoring Request | ||
about: 리팩터링할 항목을 요청 및 제안합니다. | ||
title: "[Refactor] " | ||
labels: "\U0001F9F0 Refactor" | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 🧰 Refactoring Request | ||
|
||
### 📝 설명 | ||
|
||
> 해당 항목에 대해서 설명해주세요. | ||
### 🗂️ 첨부자료 | ||
|
||
> 첨부자료가 있다면 첨부해주세요. |
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
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
4 changes: 2 additions & 2 deletions
4
.../DTO/APIResponseMainPageResponseDto.swift → .../DTO/ApiResponseMainPageResponseDto.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
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
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
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
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
Oops, something went wrong.