Skip to content

Commit 1b016eb

Browse files
committed
fix: update issue backlog details and improve clarity in setup documentation
1 parent a3ace1d commit 1b016eb

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

modules/ghec/challenges/ch01-issues-labels-projects/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ modules/ghec/resources/provisioning/scripts/setup.ps1 ch01 --org <org>
4646

4747
**What setup creates** (all artifacts namespaced `wth-ch01-*`, idempotent, prefix-guarded teardown):
4848
- A seeded repo **`wth-ch01-issues-labels-projects`** with a realistic `README`, a small source tree, and a `.github/ISSUE_TEMPLATE/` directory you will extend.
49-
- **12–15 seeded issues** describing a backlog (bugs, features, chores) — deliberately *untriaged*: no labels, no milestone, no assignee.
50-
- A few **starter labels** only (`bug`, `enhancement`) so you can feel the gap and design the rest.
49+
- **~26 seeded issues** describing a backlog (bugs, features, chores) — deliberately messy: inconsistent or missing labels, no milestone, no assignee.
50+
- An **intentionally messy, incomplete label set** (`bug`, `Bug`, `enhancement`, `urgent`, `wontfix`, `question`, `backend`, `frontend` — note the duplicate `bug`/`Bug` casing) so you can feel the gap and design a real taxonomy.
5151
- An **empty Projects (v2) board** `wth-ch01-board` linked to the repo, with no custom fields yet.
5252
- A printed **Next steps** block telling you where to start.
5353

@@ -56,7 +56,7 @@ modules/ghec/resources/provisioning/scripts/setup.ps1 ch01 --org <org>
5656
## Tasks
5757

5858
### Part A — Issues & issue hygiene
59-
1. **Read the backlog.** Open the repo's **Issues** tab and skim every seeded issue. Note that none are labeled, assigned, or milestoned — this is your raw material.
59+
1. **Read the backlog.** Open the repo's **Issues** tab and skim every seeded issue. Note that they are inconsistently labeled and none are assigned or milestoned — this is your raw material.
6060
2. **Add issue forms.** In `.github/ISSUE_TEMPLATE/`, add a **bug report** form and a **feature request** form using GitHub's **issue forms** (`.yml`) schema (not plain markdown). Each form must collect a title, a structured body, and at least one dropdown (e.g., area or severity). Open the **New issue** chooser and confirm both forms render.
6161
3. **File one issue through your new form** to prove it works. Use a task list (`- [ ]`) in the body with at least three sub-tasks, and reference another issue with `#<number>` so the timeline cross-links.
6262
4. **Triage assignment.** Assign yourself to at least 5 issues. Use `gh issue edit <n> --add-assignee @me` to do it in bulk where that's faster than clicking.

modules/sre-agent/challenges/00-setup/meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tags:
2525
- setup
2626
- devcontainer
2727
- sre-agent
28-
app_dependency: contoso-claims
28+
app_dependency: contoso-app
2929
emu_compatible: true
3030
min_environment: org
3131
tier: setup

modules/sre-agent/resources/Agentic-SDLC-Starter-Kit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The handbook's core warning is that agents fail on real codebases when team know
1212
| --- | --- | --- |
1313
| Instructions | A short repo guidance note with coding rules, review rules, and denied actions. | 00, 03 |
1414
| Agent persona | A role card for one assistant, such as reviewer, tester, CI Doctor, or triage helper. | 03 |
15-
| Skill or prompt | One reusable prompt for a repeated task. | 02, 03 |
16-
| Memory or decision note | One versioned convention, risk, or operating rule discovered during the day. | 02, 03, 06 |
15+
| Skill or prompt | One reusable prompt for a repeated task. | 03 |
16+
| Memory or decision note | One versioned convention, risk, or operating rule discovered during the day. | 03, 06 |
1717
| Specs and orchestration | Agent-ready issues, plans, checklists, and handoff notes. | 01, 03, 05 |
1818
| Hooks and gates | Tests, workflow checks, schemas, allowlists, approvals, or manual gates. | 04, 05 |
1919

0 commit comments

Comments
 (0)