[DOCS] 리드미 작성, 개인정보처리방침 작성, 라이선스 작성, 웹에 방침 링크#137
Merged
Hidden character warning
The head ref may contain hidden characters: "docs/135-\ub9ac\ub4dc\ubbf8-\uc791\uc131"
Conversation
Added a table with images for game states and results.
팀원 소개 추가
… into docs/135-리드미-작성
… into docs/135-리드미-작성
3 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
랜딩(Enter) 페이지 하단에 약관/정책 링크를 노출하고, 저장소 루트 문서(README) 및 LICENSE를 정비해 서비스 공개/배포에 필요한 기본 문서 구성을 갖추는 PR입니다.
Changes:
- EnterPage에 이용약관/운영정책/개인정보처리방침/오픈소스 안내 링크 푸터 추가
- 루트 README.md를 서비스 소개/스택/스크린샷/팀 정보 중심으로 재작성
- 루트 LICENSE(MIT) 파일 추가
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| client/src/routes/pages/enter-page.tsx | 랜딩 화면 하단에 정책 문서 링크 푸터 추가 |
| README.md | 프로젝트 소개/개발환경/미리보기/팀원 구성 등 문서화 |
| LICENSE | MIT 라이선스 텍스트 추가 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| </Button> | ||
| </div> | ||
|
|
||
| <footer className="absolute bottom-4 flex w-full flex-wrap justify-evenly gap-y-2 bg-zinc-200 px-4 py-2"> |
There was a problem hiding this comment.
footer 배경색이 bg-zinc-200로 하드코딩되어 있어서 현재 클라이언트의 테마/다크모드 패턴(예: bg-background, bg-card, bg-muted 등 토큰 기반 클래스 사용)과 어긋납니다. 다크 모드에서 의도치 않게 너무 밝게 보일 수 있으니 bg-muted/bg-card 같은 토큰 색상으로 바꾸거나, 필요하면 dark: 변형까지 포함해 테마에 맞게 지정해 주세요.
Suggested change
| <footer className="absolute bottom-4 flex w-full flex-wrap justify-evenly gap-y-2 bg-zinc-200 px-4 py-2"> | |
| <footer className="absolute bottom-4 flex w-full flex-wrap justify-evenly gap-y-2 bg-muted px-4 py-2"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📄 작업 내용 요약
리드미 작성, 개인정보처리방침 작성, 라이선스 작성, 웹에 방침 작성
🏷️ Release 라벨
📎 Issue 135