Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 1.26 KB

We Love Your Input!

We'd be delighted to have you contribute to the Laravel CEP project. Your help will make it even better for the Laravel community. Thank you for considering being a part of this!

Types of Contributions

  • Reporting Bugs: Found a glitch? Please open an issue with a clear description, steps to reproduce it, and any relevant system/environment information.

  • Suggesting Enhancements: Have a great idea? Open an issue, detailing your suggestion and potential use cases.

  • Pull Requests: Ready to code? Here's how to submit a well-structured pull request:

    1. Fork the repository.
    2. Create a branch for your changes (e.g., feature/my-new-feature or fix/bug-description).
    3. Code your changes, adhering to existing style.
    4. Add tests for your changes.
    5. Write clear commit messages.
    6. Push your branch.
    7. Open a pull request with a detailed description.

Additional Notes

  • Before large-scale changes, please open an issue to discuss first.
  • Ensure new code is well-tested and maintains the project's quality.

License

By contributing to Laravel CEP, you agree that your contributions will be licensed under its MIT License.

Let's work together to make Laravel CEP awesome!