Contribution Guidelines
ko-cg
ko-cg
  • Overview
  • Preface
    • How to Read This Document
  • Workflow with JIRA Issues
    • Introduction
    • JIRA 이슈 등록 <OPEN>
    • 이슈 선별 (Triage) <Confirmed>
    • 작업 진행 <Analysis, Develop>
    • 작업 정리 <Handover>
    • 작업 완료 <Resolved>
    • 테스트 진행 <Test>
    • 백포트 <Backport>
    • 이슈 종료 <Closed>
  • Workflow with Github
    • Introduction
    • Git Workflow
    • Git 브랜치 모델
    • Feature Branch
    • Pull Request, Code Review, Code Merge
    • Backport
  • Workflow after Code Merging
    • QA 리포트 확인
    • 테스트 실패 (regression) 발생 시 절차 가이드
    • 매뉴얼 작성 가이드
  • Contributing Guideline for First Contributors
    • Contributor License Agreement (CLA)
    • Good first issue
    • Communication Channel
  • Release
    • Release
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Preface

How to Read This Document

이 문서는 전체 개발 프로세스를 JIRA, Github, 머지 후 상황으로 나누어 각각의 워크플로우를 설명합니다. 큐브리드 프로젝트에 기여하기 전에 문서 전체를 한 번 필독을 권장합니다. 그리고 개발 프로세스를 진행하면서 프로세스의 각 단계마다 해당 섹션의 가이드를 참조합니다.

PreviousPrefaceNextIntroduction

Last updated 4 years ago

Was this helpful?