| # Contributing to CampusGuide | |
| Thank you for your interest in contributing to CampusGuide. | |
| ## Contribution Guidelines | |
| - Follow the existing project structure | |
| - Write clean, well-documented Python code | |
| - Add type hints and docstrings | |
| - Ensure hallucination-prevention guarantees are maintained | |
| ## Development Workflow | |
| 1. Fork the repository | |
| 2. Create a feature branch | |
| 3. Commit changes with meaningful messages | |
| 4. Submit a Merge Request | |
| ## Code of Conduct | |
| All contributors are expected to maintain respectful and professional behavior. | |