DHL Modul v0.5 Shipping Label ok

This commit is contained in:
Kevin Adametz 2025-08-22 18:18:26 +02:00
parent 480fdc65ed
commit 8fdaa0ba1d
122 changed files with 17938 additions and 2239 deletions

View file

@ -0,0 +1,23 @@
# 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!