Thank you for considering contributing to our project! By participating in this project, you help make it better and contribute to the gaming community. Please take a moment to review this document to understand how you can contribute.
If you encounter a bug or have a specific issue, please follow these steps:
- Check the existing issues to see if the problem has already been reported.
- If not, create a new issue. Clearly describe the problem and include any relevant details to help us understand and reproduce it.
If you have an idea for an enhancement or a new feature, we welcome your contributions! Here's what you can do:
- Check the existing issues and pull requests to ensure your idea hasn't been proposed or implemented.
- Open a new issue to discuss your proposed changes before starting to work on them. This allows us to provide feedback and ensure your efforts align with the project's goals.
- Fork the repository and create a new branch for your contribution.
- Make your changes, ensuring to follow the coding standards and conventions used in the project.
- Test your changes thoroughly.
- Ensure your code is well-documented.
- Submit a pull request, providing a clear and detailed description of your changes.
Please adhere to the coding standards used in the project. If you're unsure, refer to the existing codebase for guidance.
Before submitting a pull request, make sure to run the tests using:
php artisan test