- You can change the user interface of Tourist-Guide project.
- You add the details some tourist place in the above Tourist-Guide project.
- You can re-correct the mistakes in the above Tourist-Guide project.
- Create a file inside
../About-Tourist-Places/
Folder followed by.md
. - File name should be as tourist place name like
01-India-Tajmahal.md
. - Copy the bellow format and paste inside your file and replace with your details:
# Name of Tourist Place - Your Name
## About Tourist Place
Write some paragraph here...
## About Their Foods
Write some paragraph here...
<img align="center" src="<url-of-tourist_place>" alt="<place-name>"/>
<!--Example: <img align="center" src="https://lotustours.in/assets/img/taj/photo-room-detail-1.jpg" alt="Taj Mahal"/> -->
- Create a file inside
../About-Participants/
Folder followed by.md
. - File name should be File-Number
-
followed by your GitHub Id like01-RajkumarSony.md
. - Copy the bellow format and paste inside your file and replace with your details:
### Connect with me:
<img align="right" src="https://avatars3.githubusercontent.com/<github-id>?size=100" width="100px;" alt=""/>
- 🌱 Tourist Place : Taj Mahal.
- 👯 Location : UP, India
- 📄 Shared File : 01-India-Tajmahal.md
- 👨💻 My name : **RAJ KUMAR SONY**
- 📫 Reach me: **rk.sony4848@gmail.com**
- 🔭 Connect with me: **[<github-id>](https://github.com/<github-id>/)**
<!-- Connect with me: **[RajkumarSony](https://github.com/RajkumarSony/)** -->
- Write something about your favorite tourist place, their food, their climate etc.
- Add your information along with tourist place details name.
- Star ⭐ this Repo.
- Follow My GitHub ID for future references.
-
Login using github @ Hacktoberfest
-
Create four valid pull requests (PRs) between September 26 and October 31, 2023.
-
Follow the Hacktoberfest Maintainer here @ LinkedIn, @ Github, @ Instagram
Raj Kumar Sony
📌 If you are beginner the follow the video Videos 📽️:
-
Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
-
Clone the forked repository to your local machine.
git clone https://github.com/RajkumarSony/Famous-Places.git
- Change the present working directory.
cd Famous-Places
- Add/Create your project to the specific folder as described in what you can contribute section.
- Make a new branch.
git checkout -b branch-name
- Make change in the repository with the new branch.
- push the changes.
git add .
git commit -m "Your commit Message"
git push origin branch-name
- Make a pull request.
- Star the repository.
- Make Sure you commit your changes in a new branch.
- Make Sure you Give proper name to your files describing the addition.
- Also Make Sure you comment your code whereever necessary.