Pick GitHub Issue & Start Work
Selects an issue and prepares the workspace (branching).
Instructions
- •
List Issues (Optional)
- •If ID is not known:
gh issue list
- •If ID is not known:
- •
Create Branch
- •Base:
develop - •Naming Convention:
feature/issue-{ID}-{short-desc} - •Command:
bash
git fetch origin develop git checkout -b feature/issue-{ID}-{desc} origin/develop
- •Base:
- •
Plan Solution
- •Stop: Do not start coding immediately.
- •Discuss: Analyze requirements and propose a plan in Korean.