Skip to content

Commit

Permalink
[ADD] 깃헙템플릿 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinnee committed May 19, 2022
1 parent 8479794 commit a5d8eb3
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
Binary file added .PULL_REQUEST_TEMPLATE.md.swp
Binary file not shown.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/iOS_ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: iOS Part Issue Template
about: '🍎 iOS 파트 과제용 이슈 템플릿입니다.'
title: '[FEAT] iOS N차 과제'
labels: ''
assignees: ''
---

## 🍎 이슈 요약

<!-- N차 과제에 대해 설명해주세요. -->

## ✅ 체크 리스트

<!-- 해야 할 일을 적어주세요. -->

- [ ] todo
27 changes: 27 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## 🌱 작업한 내용

<!-- 아래 리스트를 지우고, 작업 내용을 적어주세요. -->

- 작업 내용 1
- 작업 내용 2

## 🌱 PR Point

<!-- 피드백을 받고 싶은 부분이나, 공유하고 싶은 부분을 적어주세요. -->

- PR Point 1
- PR Point 2

## 📸 스크린샷

<!-- 작업한 화면이 있다면 스크린 샷으로 첨부해주세요. -->

| 구현 내용 | 스크린샷 |
| :-------------: | :----------: |
| ex. 로그인 화면 | 파일첨부바람 |

## 📮 관련 이슈

<!-- 작업한 이슈번호를 # 뒤에 붙여주세요. -->

- Resolved: #이슈번호

0 comments on commit a5d8eb3

Please sign in to comment.