chore: add org baseline (templates, CI, labels) (#11)

Org-wide bootstrap. Adds issue/PR templates, CI workflow, and labels. 🤖
Generated with Claude Code

Co-authored-by: Alexa Louise <YOUR_REAL_EMAIL@EXAMPLE.COM>
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Alexa Amundson
2025-11-28 21:04:40 -06:00
committed by GitHub
parent c2ce01906a
commit c4d2f484c3
7 changed files with 165 additions and 50 deletions

View File

@@ -1,26 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
name: Bug Report
about: Report something that isn't working correctly
title: "[Bug] "
labels: type:bug, status:backlog
assignees: ''
---
**Title**
Provide a concise title for your bug.
## Summary
<!-- One-sentence description of the bug -->
**Description**
Describe the bug in detail.
## Steps to Reproduce
1. Go to '...'
2. Click on '...'
3. See error
**Reproduction Steps**
Steps to reproduce the behavior:
1. ...
2. ...
3. ...
## Expected Behavior
<!-- What should happen? -->
**Expected Behaviour**
Describe what you expected to happen.
## Actual Behavior
<!-- What actually happens? -->
**Additional Context**
Add any other context or screenshots that might help.
## Environment
- Service/Repo:
- Environment: (local / staging / prod)
- Browser/Client: (if applicable)
- OS:
## Logs / Screenshots
<!-- Paste relevant logs or attach screenshots -->
## Possible Fix
<!-- If you have ideas on how to fix this -->

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: BlackRoad OS Docs
url: https://github.com/BlackRoad-OS/blackroad-os-docs
about: Check the docs before opening an issue

22
.github/ISSUE_TEMPLATE/doc_update.md vendored Normal file
View File

@@ -0,0 +1,22 @@
---
name: Documentation Update
about: Improve or add documentation
title: "[Docs] "
labels: type:doc, team:docs, status:backlog
assignees: ''
---
## Summary
<!-- What documentation needs to be added/updated? -->
## Location
<!-- Which file(s) or section(s)? -->
## Current State
<!-- What's missing or incorrect? -->
## Proposed Content
<!-- Outline or draft of the new content -->
## Related
<!-- Links to related issues, PRs, or external docs -->

View File

@@ -1,26 +1,26 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
name: Feature Request
about: Propose a new feature or capability
title: "[Feature] "
labels: type:feature, status:backlog
assignees: ''
---
**Title**
Provide a concise title for your feature request.
## Summary
<!-- One-sentence description of the feature -->
**Description**
Describe the feature you are proposing.
## Problem / Motivation
<!-- What problem does this solve? Why do we need it? -->
**Reproduction Steps**
Steps to demonstrate how the feature would be used or how the current issue arises:
1. ...
2. ...
3. ...
## Proposed Solution
<!-- How should this work? Be specific. -->
**Expected Behaviour**
Describe what you expect to happen once the feature is implemented.
## Alternatives Considered
<!-- What other approaches did you consider? Why not those? -->
**Additional Context**
Add any other context or screenshots that might help.
## Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2
## Additional Context
<!-- Screenshots, links, related issues -->

29
.github/ISSUE_TEMPLATE/infra_task.md vendored Normal file
View File

@@ -0,0 +1,29 @@
---
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? -->