## Summary Establishes the org-wide baseline for blackroad-os-prism-console, serving as the reference implementation for other BlackRoad-OS repos. ## Changes - Add issue templates (feature, bug, infra, docs) - Add PR template with standard sections - Add CI workflow (Node 20, lint, type-check, build, test) - Add/align GitHub labels (team/type/prio/status) ## Type - [x] Infrastructure / CI ## Checklist - [x] Code follows project conventions - [x] No secrets or credentials committed - [x] This is a single logical change (atomic PR) --- Part of org-wide bootstrap. See tracker: https://github.com/BlackRoad-OS/blackroad-os-infra/blob/main/docs/playbooks/org-bootstrap-tracker.md 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-authored-by: Alexa Louise <YOUR_REAL_EMAIL@EXAMPLE.COM> Co-authored-by: Claude <noreply@anthropic.com>
30 lines
576 B
Markdown
30 lines
576 B
Markdown
---
|
|
name: Infrastructure Task
|
|
about: CI/CD, deployment, DevOps work
|
|
title: "[Infra] "
|
|
labels: type:infra, team:infra, status:backlog
|
|
assignees: ''
|
|
---
|
|
|
|
## Summary
|
|
<!-- One-sentence description of the infra task -->
|
|
|
|
## Scope
|
|
- [ ] CI/CD pipeline
|
|
- [ ] Deployment config
|
|
- [ ] Monitoring/Observability
|
|
- [ ] Security
|
|
- [ ] Other:
|
|
|
|
## Current State
|
|
<!-- What exists now? -->
|
|
|
|
## Desired State
|
|
<!-- What should exist after this work? -->
|
|
|
|
## Affected Services
|
|
<!-- Which repos/services does this touch? -->
|
|
|
|
## Rollback Plan
|
|
<!-- How do we undo this if something goes wrong? -->
|