Mentro-Org / Mentro-Community-Blog

Mentro is a AI-driven mentor matching platform for instant white-collar job interview prep.
https://community.blog.mentro.tech/
30 stars 43 forks source link
backend community frontend-web hacktoberfest open-source

Mentro-Community-Blog

https://community.blog.mentro.tech

We are excited to be a part of :point_down:

HacktoberFest 2021

Discord

:memo: Community Blog website is for contributors to get a glimpse of mentro. The website also includes blogs and guides by the mentrozens to help you better understand our work and learn from others experience.

:point_right: If you are a begineer to open-source, then this is a one-stop place for you to contribute to issues with the tag HacktoberFest and you can also explore, connect with the mentors at Mentro. So, what are you waiting for?πŸŽ‰

:point_right: Here's where you may post your questions and look for potential issues to contribute. We've put up a list of beginner-friendly issues ahead so you can get started as soon as Hacktoberfest begins! πŸš€

:point_right: Feel free to drop your questions on discord

:heavy_check_mark: Make sure you have downloaded Mentro's Android App

πŸ’― Don't forget to give our repo a star it would motivate us🌟

Open Source Love PRs Welcome

Ace the HacktoberFest like a pro⭐:point_down:

Let's help each other to complete the Hacktoberfest challenge! πŸš€

May the open-source be with youπŸŽ‰πŸŽ‰

:writing_hand: What is Mentro?

Mentro is a mentorship platform which connects you with mentors from great startups & companies like Microsoft, Cred, Zomato, Google, Amazon, Jio, Flipkart, Gojek, Goldman Sachs & many more.

How to Contribute? :point_down:

  1. Fork the repository

  2. Clone the repository

    git clone https://github.com/<GITHUB_USERNAME>/Mentro-Community-Blog.git 
  3. Go into the directory containing the project, and get started

  4. To know more about the setup and how to contribute visit here

How to make a pull request? :man_technologist:

  1. After cloning the repository you can switch to the cloned repo on your local machine.

    cd mentro-community-blog
  2. Create a new branch.

    git checkout -b <name of new branch>
  3. Stage your changes.

    git add .
  4. Commit the changes.

    git commit -m "Add <your-github-username>"
  5. Check the status of your repository.

    git status
  6. Push your repository to GitHub.

    git push origin <name of your branch>
  7. Navigate to your forked repo, on the top of the files section you'll notice a new section containing, a contribute button!

  8. Click on the contribute button, it will open a drop down, click the pull request button on the drop down.

    Note: A pull request allows your changes to be merged with the original project.

    Wait for your changes to get merged.

Hurray! You have successfully made a contribution! :partying_face:πŸŽ‰

:speech_balloon: FAQ and Other Questions