mivita/packages/laravel-collective-spatie-html-parser/CONTRIBUTING.md
2025-08-22 18:18:26 +02:00

23 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Contributing to laravel-collective-spatie-html-parser
Thank you for considering contributing to this project! Your contributions help maintain and improve this Laravel compatibility layer, ensuring a smooth transition between the obsolete laravel-collective library to the maintained laravel-spatie-html. This library also helps to that old proyects to be updated to the new versions of Laravel.
## How to Contribute
### 1. Submitting a Pull Request (PR)
- Always create your PR against the `develop` branch.
- Use a **descriptive name** and provide a **clear description** of what the PR does (bug fix, new feature, improvement, etc.).
- Once reviewed and approved, I will merge it into `master` and handle the deployment.
### 2. Reporting Issues
If you encounter a bug but are unable to fix it yourself, you can still help by reporting it:
- Open a new **Issue** in the repository.
- Provide a **detailed description** of the issue.
- Include **steps to reproduce the problem** so others can verify and fix it.
## Code Style Guidelines
- Follow Laravels coding standards and best practices.
- Keep the code clean and well-documented.
- Ensure that new features or fixes do not break existing functionality.
Thank you for your support and contributions!