Skip to content

Commit

Permalink
Added file Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmacfarlane committed Jan 29, 2016
0 parents commit 837e27e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# You've added your first ReadMe file!
A README.md file is intended to quickly orient readers to what your project can do. New to Markdown? [Learn more](http://go.microsoft.com/fwlink/p/?LinkId=524306&clcid=0x409)

## Edit this ReadMe and commit your change to a topic branch
In Git, branches are cheap. You should use them whenever you're making changes to your repository. Edit this file by clicking on the edit icon.

Then make some changes to this ReadMe file.

> Make some **edits** to _this_ blockquote
When you are done, click the dropdown arrow next to the save button - that will allow you to commit your changes to a new branch.

## Create a pull request to contribute your changes back into master
Pull requests are the way to move changes from a topic branch back into the master branch.

Click on the **Pull Requests** page in the **CODE** hub, then click "New Pull Request" to create a new pull request from your topic branch to the master branch.

When you are done adding details, click "Create Pull request". Once a pull request is sent, reviewers can see your changes, recommend modifications, or even push follow-up commits.

First time creating a pull request? [Learn more](http://go.microsoft.com/fwlink/?LinkId=533211&clcid=0x409)

### Congratulations! You've completed the grand tour of the CODE hub!

# Next steps

If you haven't done so yet:
* [Install Visual Studio](http://go.microsoft.com/fwlink/?LinkId=309297&clcid=0x409&slcid=0x409)
* [Install Git](http://git-scm.com/downloads)

Then clone this repo to your local machine to get started with your own project.

Happy coding!

0 comments on commit 837e27e

Please sign in to comment.