First off, thank you for considering contributing to Easy Audit Free! It's people like you that make this tool such a great resource.
If you find a bug, please report it by opening an issue on our GitHub Issues page. Please include as much detail as possible, including steps to reproduce the issue, your environment, and any relevant logs.
If you have an idea for an enhancement, please open an issue on our GitHub Issues page and describe your idea in detail. We welcome all suggestions!
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
Please ensure your code adheres to the following guidelines:
- Follow the PSR-12 coding standard.
- Write clear, concise commit messages.
- Include comments where necessary to explain your code.
Before submitting a pull request, please ensure that all tests pass. You can run the tests using the following command:
vendor/bin/phpunit
This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to https://www.linkedin.com/in/cferreboeuf/. Thank you for contributing!