10secondsofcode / coding-ai

CodingAI is an open source application and it helps to find a mentor related your technologies stack.
https://mentors.10secondsofcode.com
MIT License
78 stars 104 forks source link

Add mentors participation names in mentors list #20

Open 10-seconds opened 4 years ago

10-seconds commented 4 years ago

To add hacktoberfest mentors list follow the below steps

  1. Fork this repository.
  2. Clone your forked repository to your local machine.
  3. Add hacktoberfest mentors list into src/response/response.js and use this below format.
    {
        name: 'Add Your Name',
        image: 'YOUR GITHUB USER PHOTO',
        technology: 'Add Your Tech Stack',  //'Php, Javascript',
        country: 'Add Your Country', //india
        biography: 'Add Your Biography' // 'I am Full Stack Web Developer'
    }
  4. Create the PR
  5. Star my repository.
  6. Will check hacktoberfest profile
Nazeeefa commented 4 years ago

Hi, just to make sure what is considered a mentor in this context? :) Someone a person (participant) can go to for advice regarding hacktoberfest? :)