gnu-social/vendor/padraic/humbug_get_contents/CONTRIBUTING.md
2021-07-16 19:44:40 +01:00

17 lines
316 B
Markdown

## Contributing
Set up:
* Clone the project
* `composer install && composer bin all install`
The project provides a `Makefile` in which the most common commands have been
registered such as fixing the coding style or running the test.
```bash
make
# or
make help
=> will print the list of available commands
```