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.
- Fork the repository and clone your fork.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes with clear messages.
- Push your branch and open a Pull Request.
- 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
If you are creating your own symbolic glyph and want to contribute it to the public archive:
- Follow the format in
glyphchain_cli.pyand the README. - Submit your glyph JSON + echo log with your PR, or create an issue describing your intent.
All contributions are covered by the Creative Commons Attribution 4.0 International License (see LICENSE file).