This directory contains GitHub-specific configuration files for the EV Infrastructure Optimization project.
- python-ci.yml - Automated CI/CD pipeline that:
- Runs on Python 3.8, 3.9, 3.10, 3.11
- Performs linting checks
- Tests data pipeline and individual phases
- Triggered on push to main/develop and PRs
- bug_report.md - For reporting bugs
- feature_request.md - For suggesting new features
- documentation.md - For documentation improvements
- question.md - For asking questions
Standard template for all pull requests to ensure consistency and completeness.
- Issue Templates - GitHub will automatically show these templates when users create new issues
- PR Template - Appears when creating new pull requests
- CI/CD Pipeline - Automatically runs tests on every push and PR
- Branch Protection - Can be configured to require passing CI checks before merging
See GETTING_STARTED.md for development setup.
See CONTRIBUTING.md for guidelines.