RockYou-cmd / 1337-contributors

Home Page:1337-contributors.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1337 Git workshop

⚡ How to contribute ⚡

  1. Fork this repo, read how to fork repo
  2. Clone the project to your local machine
  3. Install all dependencies :
  • npm install or yarn
  1. Create branch with your intra name, ex: eaouassa.

    Never use the master branch to create PR

git checkout -b <branch-name>
# <branch-name> : ex eaouassa
  1. Add a file with your name intraName.yml (ex: eaouassa.yml) to the ./contributors/ directory in your branch.
  2. Add code with your infos like this:
firstName: EL HOUCINE
lastName: AOUASSAR
bio: Front end Web Developer
github: awixor
  1. Check you change in your local machine
  • yarn start or npm run start
  • Your site is now running at http://localhost:8000!
  • Check the site and Make sure your name and profile avatar is on the list.
  1. Commit changes and push
git add <path-to-the-yaml-file>

#Now commit those changes using the git commit command:
git commit -m "Add <your-name> to Contributors list"
#replacing <your-name> with your name.

#push

git push origin <branch-name>
  1. Create Pull-Request to master branch in this repository, read how creating PR

About

1337-contributors.vercel.app

License:BSD Zero Clause License


Languages

Language:TypeScript 99.5%Language:CSS 0.5%