Add OS spec, unification guide, and meta tooling

This commit is contained in:
Alexa Amundson
2025-11-20 12:32:56 -06:00
parent b664885c79
commit d65f41b42f
15 changed files with 595 additions and 592 deletions

25
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,25 @@
---
name: "Bug report"
about: "Report a reproducible issue in a BlackRoad OS service"
labels: [bug]
---
## Summary
<!-- Briefly describe the problem -->
## Steps to Reproduce
1.
2.
3.
## Expected Behavior
## Actual Behavior
## Environment
- Service: <!-- e.g., core, api, operator -->
- Environment: <!-- production / staging / local -->
- Version or commit:
## Additional Context
<!-- Logs, screenshots, or links to failed checks -->

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

@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Operations Handbook
url: https://github.com/blackboxprogramming/BlackRoad-Operating-System/blob/main/IMPLEMENTATION.md
about: Review current implementation notes before filing issues.

View File

@@ -0,0 +1,21 @@
---
name: "Feature request"
about: "Propose an enhancement for a BlackRoad OS service"
labels: [enhancement]
---
## Summary
<!-- What problem should this solve? -->
## Motivation / Use Case
<!-- Who benefits and why? -->
## Proposed Solution
<!-- Outline the desired behavior or API surface -->
## Acceptance Criteria
- [ ]
- [ ]
## Additional Context
<!-- Related docs, diagrams, or references -->