From dc52f1aeb17f7286e066236b8750f241c3db2472 Mon Sep 17 00:00:00 2001 From: wowba Date: Wed, 3 Jan 2024 15:24:20 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20issueTemplate,=20PRTemplate=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EB=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/chore.md | 13 ------- .github/ISSUE_TEMPLATE/design.md | 13 ------- .github/ISSUE_TEMPLATE/feat.md | 13 ------- .github/ISSUE_TEMPLATE/fix.md | 13 ------- .github/ISSUE_TEMPLATE/{docs.md => issue.md} | 6 ++-- .github/ISSUE_TEMPLATE/refactor.md | 13 ------- .github/PULL_REQUEST_TEMPLATE.md | 4 +++ README.md | 36 +++++--------------- 8 files changed, 16 insertions(+), 95 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/chore.md delete mode 100644 .github/ISSUE_TEMPLATE/design.md delete mode 100644 .github/ISSUE_TEMPLATE/feat.md delete mode 100644 .github/ISSUE_TEMPLATE/fix.md rename .github/ISSUE_TEMPLATE/{docs.md => issue.md} (53%) delete mode 100644 .github/ISSUE_TEMPLATE/refactor.md diff --git a/.github/ISSUE_TEMPLATE/chore.md b/.github/ISSUE_TEMPLATE/chore.md deleted file mode 100644 index 522018af..00000000 --- a/.github/ISSUE_TEMPLATE/chore.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: chore -about: '패키지 매니저 및 파일 관리 ' -title: '' -labels: chore -assignees: '' ---- - -## 설명 - -## 할 일 - -- [ ] diff --git a/.github/ISSUE_TEMPLATE/design.md b/.github/ISSUE_TEMPLATE/design.md deleted file mode 100644 index 611ed32a..00000000 --- a/.github/ISSUE_TEMPLATE/design.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: design -about: 'CSS 및 UI 디자인 변경 ' -title: '' -labels: design -assignees: '' ---- - -## 설명 - -## 할 일 - -- [ ] diff --git a/.github/ISSUE_TEMPLATE/feat.md b/.github/ISSUE_TEMPLATE/feat.md deleted file mode 100644 index ff11ba38..00000000 --- a/.github/ISSUE_TEMPLATE/feat.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: feat -about: 새로운 기능 추가 -title: '' -labels: feat -assignees: '' ---- - -## 설명 - -## 할 일 - -- [ ] diff --git a/.github/ISSUE_TEMPLATE/fix.md b/.github/ISSUE_TEMPLATE/fix.md deleted file mode 100644 index ce80fcf3..00000000 --- a/.github/ISSUE_TEMPLATE/fix.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: fix -about: 트러블 슈팅 및 디버깅 -title: '' -labels: fix -assignees: '' ---- - -## 설명 - -## 할 일 - -- [ ] diff --git a/.github/ISSUE_TEMPLATE/docs.md b/.github/ISSUE_TEMPLATE/issue.md similarity index 53% rename from .github/ISSUE_TEMPLATE/docs.md rename to .github/ISSUE_TEMPLATE/issue.md index 686fc101..b5c29c79 100644 --- a/.github/ISSUE_TEMPLATE/docs.md +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -1,8 +1,8 @@ --- -name: docs -about: '문서 변경 ' +name: issue +about: 새로운 issue 추가 title: '' -labels: docs +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/refactor.md b/.github/ISSUE_TEMPLATE/refactor.md deleted file mode 100644 index 0802f038..00000000 --- a/.github/ISSUE_TEMPLATE/refactor.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: refactor -about: '리팩토링 포인트 및 방법 ' -title: '' -labels: refactor -assignees: '' ---- - -## 설명 - -## 할 일 - -- [ ] diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 36de8256..0287f96c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,7 @@ +### Issue Number + +close + ### ⛳️ Task - [ ] 화이팅하기 diff --git a/README.md b/README.md index 0d6babed..3cf975dd 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,12 @@ -# React + TypeScript + Vite +# Percent Hotel -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. +[배포 링크](https://percenthotel.web.app/) -Currently, two official plugins are available: +## branch -- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh -- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh - -## Expanding the ESLint configuration - -If you are developing a production application, we recommend updating the configuration to enable type aware lint rules: - -- Configure the top-level `parserOptions` property like this: - -```js -export default { - // other rules... - parserOptions: { - ecmaVersion: 'latest', - sourceType: 'module', - project: ['./tsconfig.json', './tsconfig.node.json'], - tsconfigRootDir: __dirname, - }, -} -``` - -- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked` -- Optionally add `plugin:@typescript-eslint/stylistic-type-checked` -- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list +- main + - 배포 브랜치 (firebase web hosting with github action) +- feature + - 기능 개발 및 기타 개인 작업 브랜치 + - feature/{issue-number}-{feature-name} + - ex) feature/#123-mainpage