Skip to content

[Docs/#118] Issue/PR 템플릿 수정 (프로젝트 재정비)#119

Merged
jjjsun merged 3 commits into
developfrom
docs/#118
Mar 28, 2026
Merged

[Docs/#118] Issue/PR 템플릿 수정 (프로젝트 재정비)#119
jjjsun merged 3 commits into
developfrom
docs/#118

Conversation

@jjjsun

@jjjsun jjjsun commented Mar 27, 2026

Copy link
Copy Markdown
Contributor

💡 개요

프로젝트 재정비를 위해 이슈와 PR 템플릿 수정작업 진행했습니다.

🔢 관련 이슈 링크

💻 작업내용

  • 이슈 템플릿 타입별로 생성할수 있도록 수정
  • PR 템플릿 브랜치명에 이슈번호 넣어서 생성되도록 수정 (이슈생성 후 작업 시작을 위함)

📌 변경사항PR

  • FEAT: 새로운 기능 추가
  • FIX: 버그/오류 수정
  • CHORE: 코드/내부 파일/설정 수정
  • DOCS: 문서 수정(README 등)
  • REFACTOR: 코드 리팩토링 (기능 변경 없음)
  • TEST: 테스트 코드 추가/수정
  • STYLE: 스타일 변경(포맷, 세미콜론 등)

🤔 추가 논의하고 싶은 내용

  • N/A

✅ 체크리스트

  • 브랜치는 잘 맞게 올렸는지
  • 관련 이슈를 맞게 연결했는지
  • 로컬에서 정상 동작을 확있했는지
  • 충돌이 없다(또는 브랜치에서 충돌 해결 후 PR 업데이트 완료)

@jjjsun jjjsun requested a review from dew102938 March 27, 2026 14:48
@jjjsun jjjsun self-assigned this Mar 27, 2026
@jjjsun jjjsun added the docs label Mar 27, 2026
@coderabbitai

coderabbitai Bot commented Mar 27, 2026

Copy link
Copy Markdown

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (8)
  • .github/ISSUE_TEMPLATE/issue.md is excluded by none and included by none
  • .github/ISSUE_TEMPLATE/♻️-refactor.md is excluded by none and included by none
  • .github/ISSUE_TEMPLATE/⚙️-setting.md is excluded by none and included by none
  • .github/ISSUE_TEMPLATE/✨-feature.md is excluded by none and included by none
  • .github/ISSUE_TEMPLATE/🐞-bugfix.md is excluded by none and included by none
  • .github/ISSUE_TEMPLATE/📃-docs.md is excluded by none and included by none
  • .github/pull_request_template.md is excluded by none and included by none
  • README.md is excluded by none and included by none

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 439063c1-25c7-4c2d-b166-58fa99c246b9

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/#118

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@vercel

vercel Bot commented Mar 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
eatsfine Ready Ready Preview, Comment Mar 27, 2026 2:59pm

@dew102938 dew102938 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다. 수고하셨습니다!

@jjjsun jjjsun merged commit 1ca4856 into develop Mar 28, 2026
3 checks passed
@jjjsun jjjsun deleted the docs/#118 branch March 28, 2026 16:24
@jjjsun jjjsun added the 📃 Docs 문서 수정 label Apr 1, 2026
jjjsun added a commit that referenced this pull request Apr 9, 2026
* [Docs/#118] Issue/PR 템플릿 수정 (프로젝트 재정비) (#119)

* docs: PR 템플릿 수정

* docs: issue/PR template 수정

* docs: 템플릿 수정에 맞게 Readme변경

* refactor: 사용되지 않는 파일 삭제

* refactor: 미사용 ProfileAvatar 컴포넌트를 MyInfoPage에 적용

* refactor: 사용되지 않는 패키지 삭제

* refactor: 사용되지 않는 export 정리

* 사용되지 않는 함수 toRestaurantSummary 삭제

* refactor: 좌석 타입 라벨을 table.ts 공통 상수로 통합

* refactor: 사용되지 않는 export 타입, 인터페이스 정리

* refactor: 사용되지 않는 타입, 인터페이스 삭제

* [Setting/#121] ESLint/Prettier 설정 및 useEffect 비동기 랜더링 에러 수정 (#123)

* setting: ESLint/Prettier 설정 및 useEffect 비동기 랜더링 에러 수정

* fix: vercel build에러 수정

* fix: 코드래빗 일부수정

* fix: 코드래빗 수정사항 반영

* fix: lint error 수정 (#126)

* [Setting/#124] Husky 및 lint-staged 기반 pre-commit 자동 검사 환경 설정 (#127)

* fix: lint error 수정

* setting: Husky 도입 및 pre-commit lint 검사 설정

* setting: lint-staged 및 자동 포맷 검사 설정

* fix: coderabbit 반영

* fix: coderabbit 수정사항 반영

* [Setting/#128] GitHub Actions CI 환경설정 추가 (#129)

* setting: GitHub Actions CI 설정 추가

* fix: GitHub Actions pnpm 버전 중복 지정으로 인한 오류 수정

* fix: node버전 기존 24에서 22로 수정

* [Setting/#130] ESLint warning 정리 및 any 타입 제거 리팩토링 (#133)

* fix:any타입 에러 수정중

* fix: lint 에러 수정중(중간저장목적)

* fix: lint에러 수정중(중간저장목적)

* fix: lint에러 수정중 중간 저장

* fix: lint에러 수정중 중간점검

* fix: lint 에러 수정완료

* fix: build 에러 수정

* fix: 코드래빗 수정사항 반영

* fix: 화면 오류확인해서 삭제했던 globals.css 복구

* fix: 코드래빗 수정사항 반영

* fix: 예약금결제 스크롤 에러 수정 (#135)

---------

Co-authored-by: Dew <eidnwq@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📃 Docs 문서 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Chore] 프로젝트 재정비 - 이슈 템플릿 및 PR 템플릿 개편

2 participants