Skip to content

Commit

Permalink
Merge pull request #19 from ku-ring/jaesung/new-issue-template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaesung authored Sep 17, 2023
2 parents 65071e4 + 84a8ba0 commit bbe455f
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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 | |
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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 로 모듈화 하면서 학습해야하는 것과 에러를 부딪힐때마다 공식문서 살펴보고 구글링 하고 자료를 찾아보고 하는 것이 기초 작업에 너무 큰 리소스를 사용하고 있다고 생각이 들었음.

## {기능이름}

기능에 대한 작업 방법이나 구체적인 기능 설명, 예시 코드 등

### 디자인
스크린샷이나 다이어그램

### 기대효과 (선택사항)

## 대안 (선택사항)

0 comments on commit bbe455f

Please sign in to comment.