From ec6dbf8a5a41ca23b2b1ca8c4a6ed0f08e7192e6 Mon Sep 17 00:00:00 2001
From: Paul Machle <paul@gitlab.com>
Date: Tue, 20 Jun 2017 17:05:27 +0000
Subject: [PATCH 1/2] Update engineering project guidelines

---
 source/handbook/engineering/index.html.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/source/handbook/engineering/index.html.md b/source/handbook/engineering/index.html.md
index edaa396bc7d..54373ad907d 100644
--- a/source/handbook/engineering/index.html.md
+++ b/source/handbook/engineering/index.html.md
@@ -28,9 +28,10 @@ GitLab consists of many subprojects. A curated list of GitLab Repositories
 can be found at the [GitLab Engineering Projects](/handbook/engineering/projects) page.
 
 When adding a repository please follow these steps:
+1. Ensure the project is under the gitlab-org naamespace for anything related to the application or gitlab-com for anything strictly company related.
 1. [Add the project to the list of GitLab Repositories](https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/README.md#update-the-projects-page-under-handbookengineeringprojects)
-1. Add MIT license to the repository. See [MIT License Example] (https://gitlab.com/gitlab-org/gitlab-ce/blob/master/LICENSE).
-1. Add Contribution Guide. See [Contribution Example] (https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md).
+1. Add MIT license to the repository. See [MIT License Example](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/LICENSE).
+1. Add Contribution Guide. See [Contribution Example](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md).
 
 ## Engineering Groups
 
-- 
GitLab


From b91545a69d5acf7f7572fdd8a9d45363accaae3d Mon Sep 17 00:00:00 2001
From: Stan Hu <stanhu@gmail.com>
Date: Tue, 20 Jun 2017 18:27:39 +0000
Subject: [PATCH 2/2] Fix typo in naammespace -> namespace

---
 source/handbook/engineering/index.html.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/handbook/engineering/index.html.md b/source/handbook/engineering/index.html.md
index 54373ad907d..03c138d0e68 100644
--- a/source/handbook/engineering/index.html.md
+++ b/source/handbook/engineering/index.html.md
@@ -28,7 +28,7 @@ GitLab consists of many subprojects. A curated list of GitLab Repositories
 can be found at the [GitLab Engineering Projects](/handbook/engineering/projects) page.
 
 When adding a repository please follow these steps:
-1. Ensure the project is under the gitlab-org naamespace for anything related to the application or gitlab-com for anything strictly company related.
+1. Ensure the project is under the gitlab-org namespace for anything related to the application or gitlab-com for anything strictly company related.
 1. [Add the project to the list of GitLab Repositories](https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/README.md#update-the-projects-page-under-handbookengineeringprojects)
 1. Add MIT license to the repository. See [MIT License Example](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/LICENSE).
 1. Add Contribution Guide. See [Contribution Example](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md).
-- 
GitLab