Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.
/ Yuso_TravelApp Public archive

Yusō - A collaborative project for enhancements in public transport

License

Notifications You must be signed in to change notification settings

Purukitto/Yuso_TravelApp

Repository files navigation

Yusō - Your Daily Travel Companion

Codacy Badge LICENSE LANGUAGE FRAMEWORK Issues

Yusō, was built as a collaborative project for enhancements in public transport.


CURRENTLY UNDER DEVELOPMENT


Core Team:

Pulkit Sambhavi Singh
Pulkit Sambhavi Singh

💻
Pranjal Datta
Pranjal Datta

💻
Aniket Sinha
Aniket Sinha

💻
Akshat Joshi
Akshat Joshi

💻

How to Contribute?

  • Make sure that your changes do not conflict with the core files (changing file directories will require a change in all called paths)
  • Follow the original code structure
  • Refactoring contributions are welcome, explicitly mention "[Refractor]" in your pull request
  • Give a few days to review PRs, code reviews are welcome

Steps to sync branch with master (Contributors only):

$ git checkout master
$ git pull

Steps to sync fork with master (Open Source Contributors):

If you fork is behind from the master project you can do these to get the latest version in the master branch of your fork. First go to your(cloned) project folders. Open the terminal in this directory then enter the following commands in the terminal:

  • Configuring a remote for fork

    $ git remote -v 
    //Lists the current configured remote repository for your fork//
    $ git remote add upstream https://github.com/Purukitto/Yuso_TravelApp.git
    //Specifies a new remote upstream repository that will be synced with the fork//
    $ git remote -v
    //Should show the newly made remote *upstream* along with your previous remote//
    
  • Syncing the fork

    $ git fetch upstream
    //Fetch the branches and their respective commits from the upstream repository//
    $ git checkout master
    //Switches to local master branch//
    $ git merge upstream/master
    //Merges the upstearm remote (Main repo) into your local fork//
    

Fonts Used:

UI Text : Roboto (Light)
Text Fields : Open Sans (Light)
Poster Font : Bebas Neue



alt text

About

Yusō - A collaborative project for enhancements in public transport

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published