Thank you for your interest in contributing to Trip Advisor Backend! We welcome contributions from the community to help improve and grow this project. Before you get started, please take a moment to review the following guidelines.
-
Fork the repository to your GitHub account.
-
Clone the forked repository to your local machine:
git clone https://github.com/your-username/Trip-Advisor-Backend.git
-
Create a new branch for your changes:
git checkout -b your-branch-name
-
Make your changes, ensuring that your code follows the project's coding standards.
-
Test your changes thoroughly.
-
Commit your changes:
git add . git commit -m "your-commit-message"
-
Push your changes to your forked repository:
git push origin feature/your-feature
-
Open a pull request from your forked repository to the main repository. Provide a clear and detailed description of your changes.
Please follow the coding standards used in the project. If you're unsure, check the existing codebase for examples.
If you encounter any bugs or other problems with the project, please open an issue on the issues page
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Thank you for contributing to Trip Advisor Backend!