Thank you for considering contributing to the Omega! Your involvement helps make this project better.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
- Fork the repository to your GitHub account.
- Clone the forked repository to your local machine.
- Create a new branch for your contribution:
git checkout -b feature-name
. - Make your changes and commit them with a clear and concise message.
- Push your changes to your GitHub repository:
git push origin feature-name
. - Open a pull request on the original repository, explaining the changes you made.
To set up the development environment, follow these steps:
- Install dependencies:
composer install
. - Make your changes.
- Run tests to ensure your changes do not break existing functionality:
composer test
. - Submit your pull request.
If you encounter any issues or have ideas for improvements, please create an issue on the GitHub issue tracker.
Please follow the existing code style and conventions. Run composer check-style
to ensure your code adheres to the standards.
By contributing to this project, you agree that your contributions will be licensed under the GNU General Public License v3.0.
Thank you for contributing to Omega!