Skip to content

RajkumarSony/Famous-Places

Repository files navigation

Hi 👋, Welcome Contributers!!

About Submit Just 4 PRs to earn SWAGS and Tshirts🔥

Contribute anytime between September 26 and October 31, 2023

Mindatory : Star ⭐ this Repo


Github Contribution Rules - Code (For Coder Only) ⚠️

  • 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.

Github Contribution Rules - Non-Code (For Everyone) ⚠️

Task-1

  • 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"/> -->

Task-2

  • Create a file inside ../About-Participants/ Folder followed by .md.
  • File name should be File-Number - followed by your GitHub Id like 01-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/)** -->

What can You contribute ⚠️

  • 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.

LeetCode-GitHub-Doocs

Process are as follows :-

  • 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


How to Contribute to this repository

📌 If you are beginner the follow the video Videos 📽️:

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.

NOTE

  • 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.