Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.36 KB

File metadata and controls

47 lines (31 loc) · 1.36 KB

Assets Repository

Contributing

This repository contains graphic assets and data for HexaTransit.

Repository Structure

  • 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.).

How to Contribute via Pull Request

  1. Fork the repository and clone your fork locally.

  2. Create a branch for your contribution:

    git checkout -b your-branch-name
    
  3. Add or modify the necessary files, following the structure:

    • Place new logos in the correct subfolder (logo/<network>/<mode>/).
    • Update lines_picto.csv or trafic.json if needed.
  4. Respect the file formats

  5. 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.).
  6. Ensure your contribution does not delete existing files (unless intentional and justified).

  7. Submit the Pull Request to the main branch of the original repository.

Example Pull Request Description

### 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!