GithubHelp home page GithubHelp logo

1337-contributors's Introduction

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

1337-contributors's People

Contributors

0sssama avatar abellaismail7 avatar achrafelkhnissi avatar ahkecha avatar archer-01 avatar asallahi05 avatar aziouziou avatar c0m-m4nd0 avatar devdelx avatar eddvan avatar ettouzany avatar imophen avatar karimidbouhouch avatar masterkym avatar mentalsep avatar mgsxv avatar mou-sed avatar mzarhou avatar ouseqqam avatar redaoui97 avatar rida-el avatar ridaelfagrouch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

1337-contributors's Issues

Fix console errors

There is a console error that's asking to change clip-path property in SVGs to clipPath.

image

Contributors are not showing on the live website

After moving the repo from my account to the organization, has no longer have access to the repo and the contributor's list is no longer getting updated on the live website, and we are working on a fix.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.