Code Monkey home page Code Monkey logo

devc-casa-hacktoberfest's Introduction

Hacktober

GitHub GitHub GitHub


A repository to learn about open source code contributions flow

πŸ”₯ How to contribute πŸ”₯

  1. 🌟 Star this repositoryβ˜οΈπŸ˜‰.
  2. Fork this repo, read how to fork repo
  3. Clone the project to your local machine
git clone https://github.com/this-is-you/devc-casa-hacktoberfest.git

#where this-is-you is your GitHub username
  1. Create branch with your firstName and lastName, ex: youssouf_elazizi. Never use the master branch to create PR.
  git checkout -b <branch-name>
# <branch-name> : ex youssouf_elazizi
  1. Add your first file firstName_lastName.yml (ex:youssouf_elazizi.yml) on the contributors/ directory in that branch.
  2. Add code with your infos, ex:
firstName: Youssouf
lastName: El Azizi
bio: Full-stack web developer at Obytes
github: yjose
  1. Make sure you changes works as expected :
  • npm install or yarn
  • 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
  2. Have fun and welcome to open source world.

Credits

devc-casa-hacktoberfest's People

Contributors

yjose avatar okinane avatar hamzalimouri avatar buildwithpk avatar ismailelazizi avatar leila-mhaidrat avatar kadarh avatar imaneelkasmi avatar dependabot[bot] avatar arsokay90 avatar salahboukadi avatar renato66 avatar mohouyizme avatar dever404 avatar rhilican avatar salaheddin12 avatar sroui avatar yvsser1 avatar yousseflagtab avatar zakarialaoui10 avatar abdeladimabid avatar oumoussa98 avatar achrafboutahar avatar akad-samy avatar aminepa8 avatar ayoubc avatar ismail-elmahi avatar mohanor avatar nsedrickm avatar otsabi avatar

Watchers

 avatar

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.