Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 743 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (24 loc) · 743 Bytes

Contributing to Tour-Website

Code of Conduct:

Reporting Issues:

How to Contribute:

  1. Fork the repository (Click the Fork button in the top right of this page)

  2. Clone the forked repository to your local machine.

git clone https://github.com/your-username/tour-website.git
  1. Create a New Branch.
git checkout -b new-branch-name
  1. Make your changes
git add .
git commit -m "Your commit Message"
git push origin branch-name
  1. Create a pull request to the main repository's master branch.

Thank you for contributing!

Happy coding 🚀