Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

AIRUN Tasks

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

Projects Board

TODO: Projects Board 설정 후 업데이트 예정

담당자

  • 전체 팀원이 접근 가능
  • Assignees로 담당자 지정

About

AIRUN 프로젝트 작업 관리 (Task Management)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors