Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.38 KB

File metadata and controls

35 lines (28 loc) · 1.38 KB

Contributing to Quantum Diamond Forge

Thank you for your interest in contributing! We welcome ideas, prompts, scripts, and improvements to the protocol.

How to Contribute

  1. Fork the Repository: Click the "Fork" button on GitHub.
  2. Clone your Fork:
    git clone https://github.com/YOUR_USERNAME/quantum-diamond-forge.git
  3. Create a Branch:
    git checkout -b feature/my-awesome-improvement
  4. Make Changes:
    • Prompts: Edit markdown files in prompts/.
    • Scripts: Edit bash/node scripts in scripts/.
    • Guides: Update documentation in guides/.
  5. Test:
    • Run ./forge.sh init test-project to verify your changes work in a fresh environment.
  6. Commit:
  7. Push & PR:
    • Push to your fork and open a Pull Request against the main branch.

Principles

  • Rigor at Speed: We value automation that enforces quality without slowing down the developer.
  • AI-Native: Everything should be designed to be consumed or generated by AI agents.
  • Universal Base: Keep the core lightweight; add complexity via specialized roles/plugins.

License

By contributing, you agree that your contributions will be licensed under its MIT License.