Skip to content

Commit

Permalink
Merge pull request #149 from depromeet/develop
Browse files Browse the repository at this point in the history
v1.0 release
  • Loading branch information
eun-seong authored Nov 12, 2021
2 parents 8d4ffa1 + 88ae926 commit b093864
Show file tree
Hide file tree
Showing 126 changed files with 26,164 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Bug report
about: 버그 리포트 이슈 템플릿입니다.
title: ''
labels: ''
assignees: ''

---

## 버그 설명(재현법)

<!-- 버그 재현 상황, 버그 액션 등을 자세하게 써주세요 -->

## 예측했던 상황

## 스크린샷

## 발생한 환경(모바일 기종, 버전 등)
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request
about: 기능에 대한 이슈 템플릿입니다.
title: ''
labels: ''
assignees: ''

---

## 이슈 설명

<!-- 기능에 대한 설명을 자세히 작성해주세요. -->

## 세부 리스트
- [ ]


## 고민해볼 사항
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 관련 이슈 연결

## 변경/추가 사항, 자세한 설명

## 그 외 그냥 하고 싶은 말

## 최종 결과물 스크린샷


19 changes: 19 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Set to true to add reviewers to pull requests
addReviewers: true

# Set to true to add assignees to pull requests
addAssignees: false

# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- eun-seong
- ykss
- eungyeole

# A list of keywords to be skipped the process that add reviewers if pull requests include it
skipKeywords:
- wip

# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 2
Loading

0 comments on commit b093864

Please sign in to comment.