Thank you for considering contributing to Laravel Auto Blade! Your help is greatly appreciated. Here are some guidelines to get you started:
-
Fork the Repository: Start by forking the repository to your GitHub account.
-
Clone the Repository: Clone your forked repository to your local machine.
git clone https://github.com/your-username/Laravel-auto-blade.git
-
Create a Branch: Create a new branch for your feature or bugfix.
git checkout -b feature/your-feature-name
-
Make Changes: Make your changes to the codebase. Ensure your code follows the project's coding standards.
-
Commit Changes: Commit your changes with a clear and concise commit message.
git commit -m "Add feature: your feature description"
-
Push Changes: Push your changes to your forked repository.
git push origin feature/your-feature-name
-
Create a Pull Request: Open a pull request to the main repository. Provide a detailed description of your changes and any related issues.
Please adhere to the Code of Conduct in all your interactions with the project.
If you find a bug or have a feature request, please open an issue on the GitHub Issues page.
- Follow the PSR-12 coding standards.
- Write clear and concise commit messages.
- Ensure all tests pass before submitting a pull request.
Please write tests for any new features or bug fixes. Run the tests to ensure everything works as expected.
php artisan test
Thank you for your contributions!