Thank you for your interest in contributing to TravelTales! We appreciate your help in making this project better. Please read this guide below to get started and make this project successfull.
At first , please star the project by clicking the "Star" button at the top of the repository page.
Fork this repository by clicking the "Fork" button on the top right of the repository page. This creates a copy of the repository under your GitHub account.
Now, you should clone your forked repository to your local development environment. Use the following command, replacing [your_username]
with your GitHub username:
git clone https://github.com/[your_username]/TravelTales.git
git checkout -b feature/my-feature
Once you've made your changes, push the branch to your forked repository on GitHub:
git push origin [branch-name]
Then, navigate to your forked repository on GitHub, and you should see a "Compare & Pull Request" button. Click it to create a pull request with your changes.
Once your pull request is approved, it will be merged into the main branch. Congratulations on your contribution! Thank you for contributing to TravelTales ! Your contributions help make the project better for everyone.