Contributing¶
Quick Start¶
git clone https://github.com/mugojames254/ifc-graph-database.git
cd ifc-graph-database
pip install -e ".[dev]"
Development¶
Pull Requests¶
- Fork the repo
- Create a branch (
git checkout -b feature/your-feature) - Make changes and add tests
- Run
pytestandblack - Submit a PR
Reporting Issues¶
Open an issue at GitHub Issues with: - Description of the problem - Steps to reproduce - Python version and OS
License¶
Contributions are licensed under MIT.