Giter Site home page Giter Site logo

contribute's Introduction

javascript-template

Javascript Boilerplate for starting Javascript Projects like NodeJs, React etc

CONTRIBUTION GUIDE

  1. Fork the repository and copy the remote url of your own repo (your forked copy).

  2. On your terminal, clone repository using: git clone <paste-the-remote-url-of-your-own-repo>

  3. On your terminal, set the parent repo as your upstream using: git remote add upstream https://github.com/Ingressive-for-Good/javascript-template

  4. Run: git remote -v to ensure your origin and upstream is set

  5. Create a branch with your name as this is where the testing and this is the branch all work will be taking place and the branch you will be creating a PR from: git checkout -b NameofBranch .

  6. Get the latest code from the parent repo and merge : git pull upstream dev

You can start working on your task.

Tip ๐Ÿ’ก: You can check the branch you are working on using : git branch

Once you are done with coding, stage your changes: git add .

Then commit your changes your local branch: git commit -m "your reason for adding the code"

Tip ๐Ÿ’ก: You can check the files yet to be staged and committed with git status

Then check the parent repo if there has been any update since the last time you pull to avoid conflicts and have a work that is in sync by pulling from the parent repo again: git pull upstream <name of branch>

Once it is done merging, push your changes to your own repo: git push origin <name of branch>

Then go to your repo, click on make contributions (if create a pull request doesn't show up) and create a pull request.

Compare parent development branch with your own development branch and create a pull request

โš ๏ธ And the rest will be history ๐Ÿ™‚

โš ๏ธ REMEMBER: Always pull before pushing : git pull upstream

โš ๏ธ REMEMBER: Use @ingressive-for-Good/teamname (e.g @ingressive-for-Good/devas or @ingressive-for-Good/ace) in any comment, issue, or pull request.

contribute's People

Contributors

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