Skip to content

denisdani/udacity-course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 93.8%
  • Objective-C 3.6%
  • Java 1.8%
  • Other 0.8%