gnu-social/vendor/padraic/humbug_get_contents/CONTRIBUTING.md

17 lines
316 B
Markdown
Raw Normal View History

2020-08-07 23:42:38 +01:00
## 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
```