Thank you for considering contributing to the Auto Marketplace project! Your contributions are highly valued. Please take a moment to review the following guidelines.
Please note that this project follows the Code of Conduct. By participating, you are expected to uphold this code. Please report any unacceptable behavior.
If you encounter a bug, have a suggestion for improvement, or any other issue, please open an issue on GitHub. Provide detailed information about the problem, including steps to reproduce it.
If you have an idea for a new feature, please open an issue to discuss it. We value your input and want to ensure new features align with the project's goals.
To set up the project locally for development, follow the steps outlined in the Getting Started section of the README.
-
Branching: Create a new branch for your feature, bug fix, or improvement.
-
Making Changes: Make your changes, commit them, and push to your fork.
-
Opening Pull Requests (PRs): Open a PR against the
main
branch of the main repository. Provide a clear title and description for your changes. -
Code Review: Your PR will be reviewed by the maintainers. Address any feedback provided.
-
Merge: Once your PR is approved, it will be merged into the main branch.
Before opening a PR, ensure that your changes are covered by tests, if applicable. Update the end-to-end test suite if neccessary.
Fix any issues that arise during testing and linting.
The build and deployment process is manually triggered by maintainers. Please be patient after your contributions are merged, as deployment updates may not be immediate.
Please adhere to the existing code style in the project. If there's a specific style or linting configuration, follow it.
By contributing to this project, you agree that your contributions will be licensed under the MIT License.
Thank you for contributing! 🚀