Merge _configs/ into config/ for single configuration directory. Update all path references. Changes: - Move _configs/* to config/ - Update .gitignore for new patterns - No code references to _configs/ found Impact: -1 root directory (layout_conventions.md compliance)
614 B
614 B
Contributing to SYNTAXIS
Thank you for your interest in contributing to SYNTAXIS!
Development Setup
- Clone the repository
- Install Rust (MSRV 1.75+)
- Run
cargo check --workspace - Run
cargo test --workspace
Code Quality
- Format code:
just fmt - Lint code:
just lint - Run tests:
just test - Full verification:
just check-all
Pull Requests
- Create a feature branch
- Make your changes
- Run full verification
- Submit PR with clear description
Code Standards
See .claude/RUST_GUIDELINES.md for Rust-specific standards.
Questions?
Open an issue for discussion.