Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 476 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 476 Bytes

CONTRIBUTING

Thank you for considering contributing to this package!

Steps to contribute

Installation

  1. Fork the repository
  2. git clone yourname/symbol-parser
  3. Run composer install

Setting up Docker

  1. Run docker-compose up -d
  2. Use the corresponding created containers
    • composer-unused-7.4
    • composer-unused-8.0
    • composer-unused-8.1

Submitting Changes

  1. Make your changes
  2. Run composer check
  3. Create your Pull-Request