docs(pr-template): 프론트엔드 검증 명령으로 체크리스트 수정 - #148
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughPR 템플릿의 테스트 체크리스트를 Gradle 및 문서 검증 항목에서 npm 기반의 lint, test, build 항목으로 변경했습니다. ChangesPR 템플릿 검증 항목
Estimated code review effort: 1 (매우 간단) | ~5분 Merge Risk: ⚪ Minimal · up to The PR template now directs contributors to the repository’s npm lint, test, and build commands. This documentation-only change has no remaining merge-readiness risk. Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
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. Comment |
|



변경 내용
./gradlew build,/review-code-against-docs검증 항목을npm run lint,npm test,npm run build로 교체했습니다.변경 이유
package.json스크립트 및 README 검증 안내와 PR 체크리스트를 일치시킵니다.테스트
npm run lintnpm testnpm run build.github/pull_request_template.md의 요청된 두 항목만 세 npm 명령으로 교체되었음을 확인했고,package.json및 README와 대조했습니다.git diff --check통과.Hermes의 격리된 PATH 실행 결과, 위 npm 명령은 각각
eslint,vitest,next실행 파일을 찾지 못해 종료 코드 127로 실패했습니다. 의존성 부재로 검증을 완료하지 못했으므로 체크하지 않았습니다.문서만 변경하므로 브라우저 QA는 해당 없음(N/A)입니다. Hermes의 저장소 워크플로 확인 결과 PR Discord 알림만 확인되었고 배포 트리거는 발견되지 않았습니다. 외부 설정은 검증하지 않았습니다.
Summary by CodeRabbit