diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 15518de3c8..cb5175a1b2 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -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'] diff --git a/docs/sources/project/make-a-contribution.md b/docs/sources/project/make-a-contribution.md index fa380d25f0..9df0c8ac05 100644 --- a/docs/sources/project/make-a-contribution.md +++ b/docs/sources/project/make-a-contribution.md @@ -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` repository. -======= -1. Go to the `docker/docker` repository. ->>>>>>> 6f40419... Tweaking from last run thru -======= -1. Go to the `docker/docker` repository. ->>>>>>> 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 if you forgot the details -<<<<<<< HEAD -<<<<<<< HEAD of working with a container. -======= - of working with a container.. ->>>>>>> 6f40419... Tweaking from last run thru -======= - of working with a container. ->>>>>>> 2834bbe... Last minut check pass; fixes + 3. Test your changes as you work.