Skip to content

Commit

Permalink
Merge branch 'main' into feature/#171
Browse files Browse the repository at this point in the history
  • Loading branch information
SWARVY authored Jun 23, 2024
2 parents bfbf515 + 2bd454c commit 49b4b89
Show file tree
Hide file tree
Showing 220 changed files with 6,501 additions and 3,729 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@ body:
description: 버그를 발견하게 된 상황을 단계별로 적어주세요!
validations:
required: true
- type: textarea
attributes:
label: 로그
description: 로그가 있으면 원본 그대로 복사하여 넣어주세요!
render: shell
validations:
required: false
- type: textarea
attributes:
label: 환경
description: 버그가 발생한 환경에 대해 작성해 주세요!
placeholder: |
OS: macOS 12.2.1
validations:
required: false
- type: textarea
attributes:
label: ETC
Expand Down
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Summary

> PR에 대한 목적을 한 줄 요약하여 여기에 작성해주세요.
> 관련 있는 Issue를 태그해주세요.
추가적으로 간단한 설명을 해주세요.
**해당 PR에 대한 요약을 작성해주세요.**

## Tasks

Expand All @@ -11,8 +11,8 @@

## ETC

더 전달할 내용이 있다면 여기에 작성해주세요.
_(없을 경우 삭제) 더 전달할 내용이 있다면 여기에 작성해주세요._

## Screenshot

작업한 내용에 대한 스크린샷을 첨부해주세요.
_(없을 경우 삭제) 작업한 내용에 대한 스크린샷을 첨부해주세요._
40 changes: 40 additions & 0 deletions .github/workflows/codecov-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Codecov CI

on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]

jobs:
codecov:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
cache-dependency-path: 'pnpm-lock.yaml'

- name: Install dependencies
run: pnpm install

- name: Run tests and generate coverage
run: pnpm coverage

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/pnpm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pnpm CI
on:
push:
branches:
- master
- main
pull_request:
types: [opened, synchronize, reopened]
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.14.0
51 changes: 51 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# CONTRIBUTING

해당 프로젝트에 관심을 가져주셔서 감사합니다. 커뮤니티의 모든 분들의 기여를 환영해요.
커뮤니티의 모든 구성원들이 기여할 수 있도록 다음의 절차와 규칙을 준수하여 기여해 주시기 바랍니다.

- 모든 기여자는 [행동 강령](https://www.contributor-covenant.org/)을 준수해야 합니다.

## Getting Started

- 해당 저장소를 포크(Fork)하여 개인 저장소로 복사합니다.
- `git clone [포크한 저장소 URL]`을 통해 로컬 시스템으로 클론(Clone)합니다.
- `git checkout -b [새 브랜치 이름]`으로 새로운 작업 브랜치를 생성합니다.

## Issues

### 1. 중복 확인

새로운 이슈를 등록하기 전에 기존 이슈를 확인해주세요.

### 2. 질문이 있나요?

GitHub의 이슈는 버그와 개선 사항을 위한 곳입니다. 해당 프로젝트에 대한 질문 사항은 연락 수단을 통해서 해주세요.

### 3. 버그를 찾으셨나요?

버그를 제보하고자 하면 버그 이슈 템플릿을 사용해주세요. 정확하게 추적하고 진단하기 위한 질문이 있어요.

### 4. 기능 요청

새로운 기능을 요청하려면, 가능한 자세하게 기능의 필요성과 예상되는 효과를 설명해주세요.

## Pull Requests

이슈 등록 후 PR을 제출할 수 있어요. 모든 커밋 메시지와 풀 리퀘스트의 제목은 다음 형식을 따라야 해요.

```
<type>[optional package scope]: <description> (#<issue number>)
[optional body]
[optional footer(s)]
```

## Code Review

- 메인테이너 또는 프로젝트 관리자가 리뷰를 진행한 후, 수정이 필요하다고 판단될 경우 피드백을 제공합니다.
- 피드백에 따른 수정 사항이 있을 경우, 해당 브랜치에 추가 커밋을 통해 수정합니다.

## Licence

이 프로젝트에 기여하는 모든 코드는 [프로젝트의 라이선스](LICENSE)에 따라 배포됩니다.
Loading

0 comments on commit 49b4b89

Please sign in to comment.