Fixing two bad files that got borked in the last rebase

Signed-off-by: Mary Anthony <mary.anthony@docker.com>
This commit is contained in:
Mary Anthony 2015-03-06 14:21:17 -08:00
parent 8c575f263d
commit efde5ec9be
2 changed files with 3 additions and 39 deletions

View File

@ -169,23 +169,10 @@ pages:
- ['terms/filesystem.md', '**HIDDEN**']
- ['terms/image.md', '**HIDDEN**']
<<<<<<< HEAD
<<<<<<< HEAD
# Project:
- ['project/index.md', '**HIDDEN**']
- ['project/who-written-for.md', 'Project', 'README first']
=======
# Contribute:
- ['project/index.md', '**HIDDEN**']
- ['project/project.md', 'Contribute', 'Contributing']
# Birthday Tree
- ['project/who-written-for.md', 'Project', 'README for contributors']
>>>>>>> a252b2f... Renaming and removing old files
=======
# Project:
- ['project/index.md', '**HIDDEN**']
- ['project/who-written-for.md', 'Project', 'README first']
>>>>>>> 6f40419... Tweaking from last run thru
- ['project/set-up-prereqs.md', 'Project', 'Set up prerequisites']
- ['project/set-up-dev-env.md', 'Project', 'Work with a development container']
- ['project/test-and-docs.md', 'Project', 'Run tests and test documentation']

View File

@ -11,15 +11,7 @@ In this section, you will create a new branch and work on some Docker code that
## The basic contribution workflow
<<<<<<< HEAD
<<<<<<< HEAD
You are about to work through our basic contribution workflow by fixing a single *white-belt* issue in the `docker/docker` repository. The workflow for fixing simple issues looks like this:
=======
You about to work through our basic contribution workflow by fixing a single *white-belt* issue in the `docker/docker` repository. The workflow for fixing simple issues looks like this:
>>>>>>> 6f40419... Tweaking from last run thru
=======
You are about to work through our basic contribution workflow by fixing a single *white-belt* issue in the `docker/docker` repository. The workflow for fixing simple issues looks like this:
>>>>>>> 2834bbe... Last minut check pass; fixes
![Simple process](/project/images/existing_issue.png)
@ -35,17 +27,9 @@ Triaged issues have either a **white-belt** or **black-belt** label. A **white
In the next procedure, you find and claim an open white-belt issue.
<<<<<<< HEAD
<<<<<<< HEAD
1. Go to the `docker/docker` <a
href="https://github.com/docker/docker" target="_blank">repository</a>.
=======
1. Go to the `docker/docker` repository.
>>>>>>> 6f40419... Tweaking from last run thru
=======
1. Go to the `docker/docker` <a
href="https://github.com/docker/docker" target="_blank">repository</a>.
>>>>>>> 2834bbe... Last minut check pass; fixes
2. Click on the "Issues" link.
@ -206,15 +190,8 @@ Follow this workflow as you work:
alone, you can work on your local host.
Review <a href="../set-up-dev-env" target="_blank">if you forgot the details
<<<<<<< HEAD
<<<<<<< HEAD
of working with a container</a>.
=======
of working with a container.</a>.
>>>>>>> 6f40419... Tweaking from last run thru
=======
of working with a container</a>.
>>>>>>> 2834bbe... Last minut check pass; fixes
3. Test your changes as you work.