mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
Add OS spec, unification guide, and meta tooling
This commit is contained in:
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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.
|
||||
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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 -->
|
||||
Reference in New Issue
Block a user