mirror of https://github.com/docker/docs.git
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:
parent
8c575f263d
commit
efde5ec9be
|
@ -169,23 +169,10 @@ pages:
|
||||||
- ['terms/filesystem.md', '**HIDDEN**']
|
- ['terms/filesystem.md', '**HIDDEN**']
|
||||||
- ['terms/image.md', '**HIDDEN**']
|
- ['terms/image.md', '**HIDDEN**']
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
<<<<<<< HEAD
|
|
||||||
# Project:
|
# Project:
|
||||||
- ['project/index.md', '**HIDDEN**']
|
- ['project/index.md', '**HIDDEN**']
|
||||||
- ['project/who-written-for.md', 'Project', 'README first']
|
- ['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-prereqs.md', 'Project', 'Set up prerequisites']
|
||||||
- ['project/set-up-dev-env.md', 'Project', 'Work with a development container']
|
- ['project/set-up-dev-env.md', 'Project', 'Work with a development container']
|
||||||
- ['project/test-and-docs.md', 'Project', 'Run tests and test documentation']
|
- ['project/test-and-docs.md', 'Project', 'Run tests and test documentation']
|
||||||
|
|
|
@ -11,15 +11,7 @@ In this section, you will create a new branch and work on some Docker code that
|
||||||
|
|
||||||
## The basic contribution workflow
|
## 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 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
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -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.
|
In the next procedure, you find and claim an open white-belt issue.
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
<<<<<<< HEAD
|
|
||||||
1. Go to the `docker/docker` <a
|
1. Go to the `docker/docker` <a
|
||||||
href="https://github.com/docker/docker" target="_blank">repository</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.
|
2. Click on the "Issues" link.
|
||||||
|
|
||||||
|
@ -206,15 +190,8 @@ Follow this workflow as you work:
|
||||||
alone, you can work on your local host.
|
alone, you can work on your local host.
|
||||||
|
|
||||||
Review <a href="../set-up-dev-env" target="_blank">if you forgot the details
|
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>.
|
||||||
=======
|
|
||||||
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.
|
3. Test your changes as you work.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue