Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 495 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 495 Bytes

Contributing

If you have any ideas or suggestions, feel free to open an issue or create a pull request.

# Fork the repo and build project
git clone [email protected]:jbzoo/csv-blueprint.git ./jbzoo-csv-blueprint
cd ./jbzoo-csv-blueprint
make build

# Make your local changes

# Autofix code style 
make test-phpcsfixer-fix test-phpcs

# Run all tests and check code style
make test
make codestyle

# Create your pull request and check all tests in CI (Github Actions)
# ???
# Profit!