Thank you for considering contributing to our open-source projects! We strive to maintain a collaborative and welcoming environment for all contributors. Before submitting your contribution, please take a moment to review the following guidelines.
-
Mutual Respect: Treat all community members with respect. We do not tolerate harassment or offensive behavior.
-
Adherence to PSR Standards: Our PHP projects follow the standards defined by PHP-FIG. Please ensure that your code complies with the relevant PSR standards.
-
Adherence to Lion-Packages Standards: Our PHP projects also follow our own standards along with the PSR, lease Lion-Packages Standards.
-
Creating an Issue: Before starting work on a new feature or bug fix, please open an issue to discuss it. This helps ensure that your contribution aligns with the project's goals and avoids duplication of effort.
-
Branching Strategy: When contributing code, create a new branch off the
main
branch. Use a descriptive name for your branch that summarizes the changes you are making. -
Pull Request Process: When submitting a pull request, provide a clear and concise description of the changes you've made. Ensure that your code passes all tests and linting checks. If your pull request addresses an open issue, reference the issue number in the description.
-
Code Reviews: All pull requests require review before merging. Be open to feedback and be willing to make changes based on reviewer suggestions.
-
Documentation: If your contribution introduces new features or changes existing functionality, update the project's documentation accordingly.
-
Licensing: By contributing to our projects, you agree to license your code under the same license as the project (typically MIT License). Ensure that any new files include the appropriate license header.
To contribute to our projects, follow these steps:
- Fork the repository to your GitHub account.
- Clone the forked repository to your local machine.
- Create a new branch for your contribution.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your forked repository.
- Open a pull request from your branch to the
main
branch of the original repository.
Thank you for contributing to Lion-Packages open-source projects! Your contributions help make our projects better for everyone.
If you have any questions or need further assistance, feel free to reach out to us or refer to our Code of Conduct.