HansMuller / udacity-course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This contains the projects for the Udacity course.

Style Guide

Use strong mode.

Contribution Guidelines

Setting up:

  1. Fork https://github.com/flutter/udacity-course into your own GitHub account
  2. git clone git@github.com:<your_name_here>/udacity-course.git
  3. cd udacity-course
  4. git remote add upstream git@github.com:flutter/udacity-course.git

Submitting changes:

  1. git fetch upstream
  2. git checkout upstream/master -b name_of_your_branch
  3. Make changes
  4. git commit -a -m "<your informative commit message>"
  5. git push origin name_of_your_branch

To send a pull request:

  1. git pull-request (if you are using Hub) or go to https://github.com/flutter/udacity-course and click the "Compare & pull request" button
  2. Tag the relevant people and GitHub issue (if any)

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 86.1%Language:Objective-C 6.8%Language:Java 3.4%Language:JavaScript 2.8%Language:Ruby 0.8%