Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.09 KB

File metadata and controls

33 lines (24 loc) · 1.09 KB

Contributing to Glyphchain

Thank you for your interest in contributing to Glyphchain! This project is an open-source archive framework for creating, timestamping, and preserving symbolic glyphs across human-AI collaboration.

🧭 Getting Started

  1. Fork the repository and clone your fork.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Commit your changes with clear messages.
  4. Push your branch and open a Pull Request.

🔧 Development

  • This project is written in Python 3.10+.
  • All code must conform to PEP8 standards.
  • Add or update unit tests in the tests/ folder.
  • Run tests with:
    python -m unittest discover tests

🧪 Suggesting Glyphs

If you are creating your own symbolic glyph and want to contribute it to the public archive:

  • Follow the format in glyphchain_cli.py and the README.
  • Submit your glyph JSON + echo log with your PR, or create an issue describing your intent.

📜 License

All contributions are covered by the Creative Commons Attribution 4.0 International License (see LICENSE file).