9 lines
405 B
Markdown
9 lines
405 B
Markdown
# Contributions welcome!
|
|
|
|
1. [Fork the repo on GitHub](https://github.com/bobthecow/mustache.php).
|
|
2. Update submodules: `git submodule update --init`
|
|
3. Run the test suite. `composer install` then run `vendor/bin/phpunit` from the project directory.
|
|
4. Please add tests tests for your change!
|
|
5. Make the tests pass.
|
|
6. Push your fork to GitHub and submit a pull request against the `main` branch.
|