Develop#4
Open
YUNCHANGHYEOK wants to merge 15 commits into
Open
Conversation
- 체계적인 PR 템플릿으로 개선 - 이슈 템플릿 재구성 (버그 리포트, 기능 요청) - CI/CD 파이프라인 추가 - PR 자동 검토 워크플로우 추가 - 이슈 관리 자동화 워크플로우 추가 - 릴리즈 자동화 워크플로우 추가
- GitHub 워크플로우 자동화 시스템 구축 완료 - 체계적인 이슈/PR 템플릿 시스템 구축 - CI/CD, 릴리즈 자동화, 이슈 관리 워크플로우 추가 - 실제 변경사항을 반영한 상세한 PR 내용 작성
- develop 브랜치 기반 워크플로우 설정 - 이슈 번호 기반 브랜치 명명 규칙 도입 - CI/CD 파이프라인에 develop 브랜치 추가 - Git 워크플로우 가이드 문서 작성 Closes #1
- 기본 PR 템플릿 구조 정리 - 개요, PR 유형, 작업 상세 내용 섹션 유지 - 체크박스 형태의 변경 유형 분류 - 깔끔하고 직관적인 구조로 개선
- 복잡한 CI/CD 파이프라인을 기본 검증으로 단순화 - 테스트 요구사항 제거 (현재 프로젝트 수준에 맞게) - PR 리뷰, 이슈 관리, 릴리즈 워크플로우 제거 - Python 구문 검사와 프로젝트 구조 확인만 유지 - 실패 없는 안정적인 CI/CD 환경 구축
- 전문적이고 깔끔한 이슈 템플릿으로 개선 - 기능 요청: [Feat] 제목 형식, Todo 체크리스트, Remarks 구조화 - 버그 리포트: [Fix] 제목 형식, 재현 방법, 환경 정보 섹션 - 첨부 이미지 참고하여 실제 프로덕션 수준으로 개선 - 체계적인 이슈 관리를 위한 구조화된 템플릿
- 이모지와 구조화된 섹션 추가 - 관련 이슈 연결 및 변경사항 요약 섹션 - 전문적인 PR 작성을 위한 가이드라인
- print_zero() 함수로 숫자 0 출력 및 반환 - get_zero() 함수로 숫자 0 반환 - is_zero() 함수로 0 여부 확인 기능 - 메인 실행부에서 테스트 및 결과 표시 - docstring 및 상세한 출력 정보 제공
[FEATURE] #14 숫자 0 출력 기능 구현
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.
No description provided.