forked from Qortal/q-blog
Tracker Bootstrap — Patch 0
Generated 2025-08-16 23:51Z
What this does
- Creates labels (from
.gitea/labels.json) - Creates milestone Patch 0 — Orientation & Quality Bar (from
milestone_patch0.json) - Creates 7 kickoff issues (from
issues/issues_patch0_phase1-3.json) and assigns them to the milestone
Requirements
- Gitea with API access
- Tools:
curl,jq
Usage
export GITEA_BASE_URL="https://gitea.example.com"
export GITEA_TOKEN="YOUR_TOKEN"
export OWNER="your-org-or-user"
export REPO="q-blog"
bash scripts/tracker/bootstrap_patch0.sh
Files
.gitea/labels.jsonmilestone_patch0.jsonissues/issues_patch0_phase1-3.jsonscripts/tracker/bootstrap_patch0.shissues/*.md(copy/paste friendly versions)