Giter VIP home page Giter VIP logo

clogged-drainage-tracker's Introduction

Clogged-Drainage-Tracker

This is an open source solution to clogged open drainage channels by Andela's GADS (Google Africa Developer Scholarship) Climate-Team 7.

Contributing Process:

credits: https://www.dataschool.io/how-to-contribute-on-github/

Fork the project repository Clone your fork to your local machine:

  1. git clone URL_OF_FORK Check that your fork is the "origin" remote :
  2. check if the remote exists :git remote -v
  3. if missing create the remote :git remote add origin URL_OF_FORK Add the project repository as the "upstream" remote:
  4. git remote add upstream https://github.com/nyarunda-Peter/Clogged-Drainage-Tracker.git
  5. check remotes: you should have two remotes [origin and upstream] Pull the latest changes from upstream into your local repository
  6. git pull upstream development Create a new branch
  7. create branch: git checkout -b BRANCH_NAME (Branch name should be named in the format : ISSUE NUMBER i.e documentation#001)
  8. check available branches: git branch Make changes in your local repository Commit your changes
  9. git add -A
  10. git commit -m "DESCRIPTION OF CHANGES" Push your changes to your fork
  11. git push origin BRANCH_NAME Begin the pull request to upstream repository's development branch Create the pull request

clogged-drainage-tracker's People

Contributors

nyarunda-peter avatar

Watchers

 avatar

clogged-drainage-tracker's Issues

Android #001 : Implementation of Google Maps SDK/ Library

To enable users to pinpoint the locations of clogged open drainages they need to have access to the exact location.
The record should also be accurate to enable the sanitation authority to determine the exact location of clog.

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.