Update status of all proposals
diff --git a/README.md b/README.md
index e569bbf..3e57897 100644
--- a/README.md
+++ b/README.md
@@ -9,13 +9,12 @@
 | Proposal | Status/Notes
 |----------|-------------------
 | [Support for Android N](proposals/android-n-support.md) | Proposed - Ongoing 
-| Ideas for improving documentation [[1]](proposals/ImprovedDocumentation.md) [[2]](proposals/ImproveCordovaDocumentation.md) | Most of the recommendations completed | 
-| [Support for third party package managers - Nuget & coccoapods](proposals/ThirdPartyPackageManagers.md) | Help needed |
+| [Support for third party package managers - Nuget & coccoapods](proposals/ThirdPartyPackageManagers.md) | Proposed |
 
 ## In Progress Proposals
 | Proposal | Status/Notes
 |----------|-------------------
-| [Add Telemetry to Cordova CLI](proposals/Telemetry.md) | In Progress
+
 
 ## Completed Proposals
 | Proposal | Status/Notes
@@ -29,4 +28,7 @@
 | [Platform project](proposals/PlatformProject.md) | Some ideas adopted into the Cordova Platform API work.
 | [Plugin version fetching - improve plugin versioning story](proposals/plugin-version-fetching.md) | Completed & part of Cordova 6.1
 | [New information architecture for Cordova](proposals/NewInformationArchitecture.md) | Completed and live on docs.cordova.io.
+| [Add Telemetry to Cordova CLI](proposals/Telemetry.md) | In Progress
+| Ideas for improving documentation [[1]](proposals/ImprovedDocumentation.md) [[2]](proposals/ImproveCordovaDocumentation.md) | Most of the recommendations completed | 
+
 
diff --git a/proposals/CLI-Templates.md b/proposals/CLI-Templates.md
index eaeb7b5..8f490b6 100644
--- a/proposals/CLI-Templates.md
+++ b/proposals/CLI-Templates.md
@@ -1,6 +1,5 @@
-## Cordova CLI Create with Template argument
-
-
+# Cordova CLI Create with Template argument
+- Status: Completed
 
 This proposal is to update the Cordova CLI to support the argument --template for create command
 
diff --git a/proposals/Face2Face-Oct15.md b/proposals/Face2Face-Oct15.md
index c4f4c5a..d455865 100644
--- a/proposals/Face2Face-Oct15.md
+++ b/proposals/Face2Face-Oct15.md
@@ -1,4 +1,5 @@
 # Cordova Face To Face Meeting
+- Status: Completed
 
  | |
 --- | --- | ---
diff --git a/proposals/ImproveCordovaDocumentation.md b/proposals/ImproveCordovaDocumentation.md
index 0b77c8f..6c1efb8 100644
--- a/proposals/ImproveCordovaDocumentation.md
+++ b/proposals/ImproveCordovaDocumentation.md
@@ -1,4 +1,5 @@
 ### Improving Cordova Documentation
+- Status: Completed
 
 For the last few weeks, we have taken measures to get in touch with and understand the experiences of a Cordova user. We put up a survey which received > 900 responses and tried to understand the pain points of working with Cordova. As it was brought up in F2F as well, majority of the users (~100 survey responses) think that the Cordova documentation isn’t up to the mark and is the biggest problem they face. We went through the responses and have summarized them. 
 
diff --git a/proposals/ImprovedDocumentation.md b/proposals/ImprovedDocumentation.md
index 78a87a7..143daa5 100644
--- a/proposals/ImprovedDocumentation.md
+++ b/proposals/ImprovedDocumentation.md
@@ -1,17 +1,18 @@
 # Ways to improve [Cordova Documentation](http://cordova.apache.org/docs/en/edge/index.html)
+- Status: Mostly completed 
 
 During a recent thread in the mailing list, a suggestion was made to improve Cordova documentation to make it easy for developers to get started with Cordova.
 
 ## List of new topics that can be added
 
-Here are topcis for new articles that we can add. If you already know of an article that points to the topic, please add it next to the topic
+Here are topics for new articles that we can add. If you already know of an article that points to the topic, please add it next to the topic
 
 - [ ] Upgrading you project from older versions of Cordova CLI
-- [ ] Managing plugins using npm and plugman - [current page](http://cordova.apache.org/docs/en/edge/plugin_ref_plugman.md.html#Using%20Plugman%20to%20Manage%20Plugins)
+- [x] Managing plugins using npm and plugman - [current page](http://cordova.apache.org/docs/en/edge/plugin_ref_plugman.md.html#Using%20Plugman%20to%20Manage%20Plugins)
 - [ ] How to test Cordova applications
 - [x] Documentation around `--save` command for plugins and platforms [Here](http://cordova.apache.org/docs/en/5.1.1/platform_plugin_versioning_ref_index.md.html#Platforms%20and%20Plugins%20Version%20Management)
 - [x] More info on `<plugin>` tag replacing `<feature>`. Also how `<plugin>` tag autofetches on prepare
 [Here](http://cordova.apache.org/docs/en/5.1.1/platform_plugin_versioning_ref_index.md.html#Platforms%20and%20Plugins%20Version%20Management)
-- [ ] Whitelisting Guide
+- [x] Whitelisting Guide
 - [ ] Non CLI workflows (more npm/grunt/gulp friendly ones)
-- [ ] Update & simplify cordova-cli README.md
+- [x] Update & simplify cordova-cli README.md
diff --git a/proposals/ImprovedDocumentationGenerator.md b/proposals/ImprovedDocumentationGenerator.md
index 0e2aad8..785b89c 100644
--- a/proposals/ImprovedDocumentationGenerator.md
+++ b/proposals/ImprovedDocumentationGenerator.md
@@ -1,5 +1,6 @@
 Doc System Improvement Proposal
 ===============================
+- Status: Completed
 
 ## Motivation
 
diff --git a/proposals/NewInformationArchitecture.md b/proposals/NewInformationArchitecture.md
index eb95ff7..dfd1a4d 100644
--- a/proposals/NewInformationArchitecture.md
+++ b/proposals/NewInformationArchitecture.md
@@ -1,4 +1,5 @@
 ### New Information Architecture for Cordova Website
+- Status: Completed
 
 As a part of the task of improving the Cordova documentation, we came up with a new Information Architecture for the website. The current architecture was not very comprehensive and lacked a well-defined structure which made the documentation difficult to follow and find for people. Also we decided to add some new content based on the customer feedback from our website survey.
 
diff --git a/proposals/PlatformProject.md b/proposals/PlatformProject.md
index b7ebabe..665f923 100644
--- a/proposals/PlatformProject.md
+++ b/proposals/PlatformProject.md
@@ -1,4 +1,5 @@
 # PlatformProject and platform specific code refactoring for cordova-lib
+- Status: Abandoned
 
 This is based on the [PlatformProject](https://github.com/kamrik/CordovaPlatformProject) experiment 
 discussed during the last Cordova hangout and described in this 
diff --git a/proposals/Telemetry.md b/proposals/Telemetry.md
index 1ac7304..c615ae7 100644
--- a/proposals/Telemetry.md
+++ b/proposals/Telemetry.md
@@ -1,4 +1,5 @@
 # Telemetry Proposal
+- Status: Completed
 
 Currently, we have no definitive way of answering the following questions:
 - What features of Cordova are used and how often are they used ?
diff --git a/proposals/ThirdPartyPackageManagers.md b/proposals/ThirdPartyPackageManagers.md
index a4df071..3ace1d2 100644
--- a/proposals/ThirdPartyPackageManagers.md
+++ b/proposals/ThirdPartyPackageManagers.md
@@ -1,4 +1,5 @@
 # Third-party Package Manager Support For Plugins 
+- Status: Proposed
 
 Corresponding mailing list discussion [is here](http://markmail.org/message/5qvg6rwr4nz4q7mc).
 
diff --git a/proposals/android-n-support.md b/proposals/android-n-support.md
index 90dd47d..22504c4 100644
--- a/proposals/android-n-support.md
+++ b/proposals/android-n-support.md
@@ -1,4 +1,5 @@
 # Android N and Cordova

+- Status: Proposed

 

 The purpose of this discuss is to highlight the new features of Android N

 that may affect Cordova. I did a brief investigation of the upcoming changes

@@ -40,7 +41,5 @@
 that does not support it and it causes problems. It's something to be aware of.

 Developers can also disable multi-window support by editing AndroidManifest.xml.

 

-

-

 [android-n-query]: https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20labels%20%3D%20AndroidN

 [other-behavior-changes]: http://developer.android.com/preview/behavior-changes.html#other
\ No newline at end of file
diff --git a/proposals/cordova-lib refactoring/Cordova-lib refactoring proposal.md b/proposals/cordova-lib refactoring/Cordova-lib refactoring proposal.md
index 16c2d69..40da58b 100644
--- a/proposals/cordova-lib refactoring/Cordova-lib refactoring proposal.md
+++ b/proposals/cordova-lib refactoring/Cordova-lib refactoring proposal.md
@@ -1,3 +1,7 @@
+
+# Cordova-lib Refactoring proposal
+Status: Completed
+
 The proposal describes the way how we can improve current cordova lib design and interaction between cordova lib and platforms. The document contains high-level descriptions of proposed interfaces only. Fo more details on methods signatures see *.js files in this pull request.
 
 The most important points of this proposal are:
diff --git a/proposals/ios-whitelist-removal.md b/proposals/ios-whitelist-removal.md
index dc344d5..2da53e6 100644
--- a/proposals/ios-whitelist-removal.md
+++ b/proposals/ios-whitelist-removal.md
@@ -1,4 +1,5 @@
 # Proposal to Remove the Cordova iOS Native Whitelist
+- Status: Completed
 
 This proposal is to advocate for the removal of the usage of the cordova-plugin-whitelist plugin in cordova-ios-4.x.
 
diff --git a/proposals/pinningAndVersioning.md b/proposals/pinningAndVersioning.md
index b45416d..0bad4b7 100644
--- a/proposals/pinningAndVersioning.md
+++ b/proposals/pinningAndVersioning.md
@@ -1,4 +1,5 @@
 # Pinning and Versioning
+- Status: Completed
 
 ## Pinning Plugins
 
diff --git a/proposals/plugin-version-fetching.md b/proposals/plugin-version-fetching.md
index 4916e03..9cc3fb1 100644
--- a/proposals/plugin-version-fetching.md
+++ b/proposals/plugin-version-fetching.md
@@ -1,4 +1,5 @@
 # Plugin Version Fetching Proposal

+- Status: Completed. Ideas incorporated in cordova-lib refactoring proposal

 

 ## Overview