chore: add org baseline (templates, CI, labels) (#12)
Org-wide bootstrap. 🤖 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:
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Report something that isn't working correctly
|
||||
title: "[Bug] "
|
||||
labels: type:bug, status:backlog
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Summary
|
||||
<!-- One-sentence description of the bug -->
|
||||
|
||||
## Steps to Reproduce
|
||||
1. Go to '...'
|
||||
2. Click on '...'
|
||||
3. See error
|
||||
|
||||
## Expected Behavior
|
||||
<!-- What should happen? -->
|
||||
|
||||
## Actual Behavior
|
||||
<!-- What actually happens? -->
|
||||
|
||||
## 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
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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
22
.github/ISSUE_TEMPLATE/doc_update.md
vendored
Normal 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 -->
|
||||
26
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
26
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: Propose a new feature or capability
|
||||
title: "[Feature] "
|
||||
labels: type:feature, status:backlog
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Summary
|
||||
<!-- One-sentence description of the feature -->
|
||||
|
||||
## Problem / Motivation
|
||||
<!-- What problem does this solve? Why do we need it? -->
|
||||
|
||||
## Proposed Solution
|
||||
<!-- How should this work? Be specific. -->
|
||||
|
||||
## Alternatives Considered
|
||||
<!-- What other approaches did you consider? Why not those? -->
|
||||
|
||||
## Acceptance Criteria
|
||||
- [ ] Criterion 1
|
||||
- [ ] Criterion 2
|
||||
|
||||
## Additional Context
|
||||
<!-- Screenshots, links, related issues -->
|
||||
29
.github/ISSUE_TEMPLATE/infra_task.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE/infra_task.md
vendored
Normal 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? -->
|
||||
Reference in New Issue
Block a user