Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.85 KB

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 1.85 KB

Contributing to LaraFlake

Thank you for considering contributing to LaraFlake! We appreciate your time and effort in helping improve this project. Please follow the guidelines below to ensure a smooth and effective contribution process.

Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct. Please read it to understand the expectations for behavior and interactions within the community.

How to Report Issues

If you encounter any issues or have suggestions for improvements, please follow these steps to report them:

  1. Check the open issues to see if the issue has already been reported.
  2. If the issue is not listed, create a new issue by clicking on the "New Issue" button.
  3. Provide a clear and detailed description of the issue, including steps to reproduce, expected behavior, and actual behavior.
  4. Include any relevant screenshots, logs, or error messages to help us understand and resolve the issue.

How to Submit Pull Requests

We welcome contributions in the form of pull requests. To submit a pull request, follow these steps:

  1. Fork the repository and create a new branch for your feature or bugfix.
  2. Make your changes in the new branch, ensuring that your code follows the project's coding standards and guidelines.
  3. Write tests for your changes, if applicable, and ensure that all existing tests pass.
  4. Commit your changes with a clear and descriptive commit message.
  5. Push your branch to your forked repository.
  6. Create a pull request from your branch to the main repository's master branch.
  7. Provide a detailed description of your changes, including the motivation and context for the changes.
  8. Be responsive to any feedback or questions from the maintainers during the review process.

Thank you for your contributions and support!