mirror of
https://github.com/blackboxprogramming/universal-computer.git
synced 2026-03-17 07:57:27 -05:00
sync: update from blackroad-operator 2026-03-14
Synced from BlackRoad-OS-Inc/blackroad-operator/orgs/personal/universal-computer BlackRoad OS — Pave Tomorrow. RoadChain-SHA2048: bffc821e1a7aeac9 RoadChain-Identity: alexa@sovereign RoadChain-Full: bffc821e1a7aeac96e44719f0638a80d936a875547213672cfeb4450b79950dd23dcf26fa83cd628919360efc018e6c73f2781aa7c74790d7161abc541bb1e1a98b37973be3327ab1ac8ca53449dea903653d3ec8ad93f87765f8c9cb46d1f7b4f4ca12bb3fc50fb8946695c028dda018c92ce28711935dbbea4dad40308b53941bbace858ec8b1238751a277fdc393ef4236088d50ff7b05fa96e291ca83e747625cf0284022f16ab99954b1732dca5ffa72bf47e9921ecf629fc93950ec6df4932f66fd1298fec6fa3d9978cecbffe6f231e66192a2b4fd283cd8adeb6ef34d2fc5eb22a4901104169beed0d60e18e8aba17ac5493c4daa1bbc961f2980a80
This commit is contained in:
@@ -1,29 +1,58 @@
|
||||
# Contributing to Universal Computer
|
||||
# Contributing to BlackRoad OS
|
||||
|
||||
Thanks for your interest in contributing! This project is part of the [BlackRoad](https://blackroad.io) ecosystem.
|
||||
## 🔒 Proprietary Notice
|
||||
|
||||
## Getting Started
|
||||
This is a **PROPRIETARY** repository owned by BlackRoad OS, Inc.
|
||||
|
||||
1. Fork the repository
|
||||
2. Create a feature branch: `git checkout -b feature/your-feature`
|
||||
3. Make your changes
|
||||
4. Run tests if available: `npm test` or `python -m pytest`
|
||||
5. Commit: `git commit -m "Add your feature"`
|
||||
6. Push: `git push origin feature/your-feature`
|
||||
7. Open a Pull Request
|
||||
All contributions become the property of BlackRoad OS, Inc.
|
||||
|
||||
## Code Style
|
||||
## 🎨 BlackRoad Brand System
|
||||
|
||||
- Follow existing code conventions in the project
|
||||
- Keep commits atomic and well-described
|
||||
- Add tests for new functionality when possible
|
||||
**CRITICAL:** All UI/design work MUST follow the official brand system!
|
||||
|
||||
## Reporting Issues
|
||||
### Required Colors:
|
||||
- **Hot Pink:** #FF1D6C (primary accent)
|
||||
- **Amber:** #F5A623
|
||||
- **Electric Blue:** #2979FF
|
||||
- **Violet:** #9C27B0
|
||||
- **Background:** #000000 (black)
|
||||
- **Text:** #FFFFFF (white)
|
||||
|
||||
- Use GitHub Issues to report bugs
|
||||
- Include steps to reproduce, expected behavior, and actual behavior
|
||||
- Include system info (OS, Node/Python version) when relevant
|
||||
### Forbidden Colors (DO NOT USE):
|
||||
❌ #FF9D00, #FF6B00, #FF0066, #FF006B, #D600AA, #7700FF, #0066FF
|
||||
|
||||
## License
|
||||
### Golden Ratio Spacing:
|
||||
φ (phi) = 1.618
|
||||
|
||||
By contributing, you agree that your contributions will be licensed under the MIT License.
|
||||
**Spacing scale:** 8px → 13px → 21px → 34px → 55px → 89px → 144px
|
||||
|
||||
### Gradients:
|
||||
```css
|
||||
background: linear-gradient(135deg, #FF1D6C 38.2%, #F5A623 61.8%);
|
||||
```
|
||||
|
||||
### Typography:
|
||||
- **Font:** SF Pro Display, -apple-system, sans-serif
|
||||
- **Line height:** 1.618
|
||||
|
||||
## 📝 How to Contribute
|
||||
|
||||
1. Fork the repository (for testing purposes only)
|
||||
2. Create a feature branch
|
||||
3. Follow BlackRoad brand guidelines
|
||||
4. Submit PR with detailed description
|
||||
5. All code becomes BlackRoad OS, Inc. property
|
||||
|
||||
## ⚖️ Legal
|
||||
|
||||
By contributing, you agree:
|
||||
- All code becomes property of BlackRoad OS, Inc.
|
||||
- You have rights to contribute the code
|
||||
- Contributions are NOT for commercial resale
|
||||
- Testing and educational purposes only
|
||||
|
||||
## 📧 Contact
|
||||
|
||||
**Email:** blackroad.systems@gmail.com
|
||||
**CEO:** Alexa Amundson
|
||||
**Organization:** BlackRoad OS, Inc.
|
||||
|
||||
Reference in New Issue
Block a user