Code of Conduct:
- Follow our Code of Conduct.
Reporting Issues:
- Open an issue for problems or suggestions.
How to Contribute:
-
Fork the repository (Click the Fork button in the top right of this page)
-
Clone the forked repository to your local machine.
git clone https://github.com/your-username/tour-website.git
- Create a New Branch.
git checkout -b new-branch-name
- Make your changes
git add .
git commit -m "Your commit Message"
git push origin branch-name
- Create a pull request to the main repository's
master
branch.
Thank you for contributing!