-
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.
Merge pull request #19 from ku-ring/jaesung/new-issue-template
- Loading branch information
Showing
2 changed files
with
56 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,31 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 이슈 설명 | ||
어떤 이슈인지 명확하게 설명해주세요 | ||
|
||
## 재현방법 | ||
1. '...' 로 이동 | ||
2. '....' 탭하기 | ||
3. '....' 스크롤하기 | ||
4. 에러 확인 | ||
|
||
## 기대결과 | ||
기대했던 결과가 무엇이었나요? | ||
|
||
## 스크린샷 | ||
스크린샷을 제공하면 이슈를 이해하는데에 큰 도움이 됩니다. | ||
|
||
## 버전 정보 | ||
|
||
| 플랫폼 | 버전 | | ||
| --- | --- | | ||
| 쿠링 앱 | | | ||
| iOS | | | ||
| Xcode | | |
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,25 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: v2 | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 개요 | ||
기능에 대한 설명 도입부 | ||
예) | ||
Swift Package Based Modularization(이하 PBM) 으로 전환하기 | ||
전환하려는 이유는, Tuist 로 모듈화 하면서 학습해야하는 것과 에러를 부딪힐때마다 공식문서 살펴보고 구글링 하고 자료를 찾아보고 하는 것이 기초 작업에 너무 큰 리소스를 사용하고 있다고 생각이 들었음. | ||
|
||
## {기능이름} | ||
|
||
기능에 대한 작업 방법이나 구체적인 기능 설명, 예시 코드 등 | ||
|
||
### 디자인 | ||
스크린샷이나 다이어그램 | ||
|
||
### 기대효과 (선택사항) | ||
|
||
## 대안 (선택사항) |