Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.59 KB

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 1.59 KB

Contributing to Easy Audit Free

First off, thank you for considering contributing to Easy Audit Free! It's people like you that make this tool such a great resource.

How Can I Contribute?

Reporting Bugs

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.

Suggesting Enhancements

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!

Submitting Pull Requests

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature/YourFeature).
  6. Open a pull request.

Code Style

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.

Running Tests

Before submitting a pull request, please ensure that all tests pass. You can run the tests using the following command:

vendor/bin/phpunit

Code of Conduct

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!