Welcome to Nginx SSI Memcached PHP! We appreciate your interest in contributing.
- Fork the repository.
- Create your feature branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/YourFeature
- Submit a pull request.
- Follow PSR (PHP Standards Recommendations) for coding standards.
- Maintain consistency with existing code style.
- Ensure descriptive variable and function naming for better readability.
- Use the GitHub issue tracker to report bugs or request features.
- Clearly describe the problem, including steps to reproduce it if applicable.
- Ensure your pull request addresses a single concern and has a clear description.
- Reference any related issues in your pull request description using the GitHub keywords (e.g.,
Fixes #123
). - All new features or bug fixes should include appropriate tests.
Please abide by our Code of Conduct in all interactions related to Nginx SSI Memcached PHP.
Thank you for contributing to Nginx SSI Memcached PHP!