AIRUN 프로젝트의 **작업 관리 (Task Management)**를 위한 저장소입니다.
기능 개발, 버그 수정, 문서화 등 일반적인 개발 작업을 관리합니다.
gh issue create --repo hamonikr/airun-tasks \
--title "사용자 프로필 수정 기능 구현" \
--body "작업 내용:" \
--label "feature,frontend"# Issue 닫기
gh issue close --repo hamonikr/airun-tasks <issue-number> --comment "완료"- Type:
feature,bug,enhancement,documentation,refactor - Priority:
P0(critical),P1(high),P2(medium),P3(low) - Component:
frontend,backend,database,api,infrastructure
TODO: Projects Board 설정 후 업데이트 예정
- 전체 팀원이 접근 가능
- Assignees로 담당자 지정