forked from Qortal/q-blog
33 lines
773 B
Markdown
33 lines
773 B
Markdown
# 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
|
|
|
|
```bash
|
|
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.json`
|
|
- `milestone_patch0.json`
|
|
- `issues/issues_patch0_phase1-3.json`
|
|
- `scripts/tracker/bootstrap_patch0.sh`
|
|
- `issues/*.md` (copy/paste friendly versions)
|