This repository contains graphic assets and data for HexaTransit.
lines_picto.csv: CSV file listing line pictograms.trafic.json: Traffic data.logo/: Folders containing logos by network and mode (e.g.,fr-idf/metro/,fr-star/bus/, etc.).
-
Fork the repository and clone your fork locally.
-
Create a branch for your contribution:
git checkout -b your-branch-name -
Add or modify the necessary files, following the structure:
- Place new logos in the correct subfolder (
logo/<network>/<mode>/). - Update
lines_picto.csvortrafic.jsonif needed.
- Place new logos in the correct subfolder (
-
Respect the file formats
-
Add a clear description to your Pull Request:
- Explain the purpose of the contribution.
- List the files/folders modified or added.
- Mention any important points (e.g., format, copyright, etc.).
-
Ensure your contribution does not delete existing files (unless intentional and justified).
-
Submit the Pull Request to the
mainbranch of the original repository.
### Add logos for Rennes Metro Line 5
- Added SVG files in `logo/fr-star/metro/`
- Updated `lines_picto.csv` to include line 5
- No existing files deleted
Thank you for contributing to HexaTransit assets!