From cbe95f3d25cd2dfe5f5f53e76c9a3bf8e2a1e5d0 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Thu, 20 Apr 2017 20:09:58 -0700 Subject: [PATCH] feat(aio): add code-of-conduct to footer #16105 (#16216) closes #16105 --- aio/content/navigation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 597607d958..91aafd07ba 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -438,6 +438,11 @@ "url": "https://github.com/angular/angular/issues", "title": "Report Issues", "tooltip": "Post issues and suggestions on github." + }, + { + "url": "https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md", + "title": "Code of Conduct", + "tooltip": "Treating each other with respect." } ] },