Thank you for the interest in Url highlight library. If you find a problem or want to discuss new features you are welcome to open an issue and/or a pull request.
When creating your pull request, please write a description which explains the changes.
By contributing to this project, you agree that your contributions will be licensed under project's MIT License.
- Fork the repository
- Start your branch from
master
- Implement your change and add tests for it
- Follow the contributing rules
- Ensure the tests passes. See tests and tools for details
- Publish pull request and wait for review
Here are a few rules to follow when making changes to this project:
- Follow PSR-12 code style
- Take care of complete code coverage with tests
- Keep documentation up to date with new features and changes
- Be consistent with existing code in the project
- Code should properly run on supported PHP versions (see composer.json require section)
To run all the tests and checks use composer test:all
script:
composer test:all
For other tools, see scripts section of composer.json.