🧰 GitHub Operations Guide
This guide covers repository operations that can be versioned in code and manual steps that must be done in the GitHub web UI.
In-Repo Operations (already versioned)
- Issue templates: ../.github/ISSUE_TEMPLATE/
- PR template: ../.github/PULL_REQUEST_TEMPLATE.md
- CI workflow: ../.github/workflows/ci.yml
- Release template: ../.github/release_template.md
Manual GitHub UI Steps (not stored in repo)
- Create/update GitHub Project board.
- Define milestone dates.
- Configure branch protection rules.
- Configure required status checks.
Recommended Project Board Columns
- Backlog
- Ready
- In Progress
- Review
- Released