feat: communication 항목에 other 옵션 추가#38
Merged
Merged
Conversation
모델 추가 폼의 communication 체크박스에 other 옵션을 추가하고, 스키마 문서(CONTRIBUTING.md 한/영, generate_site README 템플릿)를 동기화합니다. validate_data.py는 이미 other를 허용하고 있어 검증 로직 변경은 불필요합니다.
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.
Resolves #37
요약
communication체크박스에other옵션 추가CONTRIBUTING.md한/영,generate_site.pyREADME 템플릿) 동기화배경
기존 옵션(
ros2,grpc,lcm,zenoh)에 해당하지 않는 통신 방식(예: PR #20 CogACT — HTTP REST)을 폼에서 선택할 수 있도록 합니다.변경 파일
.github/ISSUE_TEMPLATE/add-model.yml— 체크박스에other추가CONTRIBUTING.md— 한국어/영어 표 업데이트테스트 계획
other옵션이 보이는지 확인other만 선택해 이슈 생성 시 자동 PR 생성/검증 통과 확인