Added a proposal to improve Cordova documentation
diff --git a/proposals/ImprovedDocumentation.md b/proposals/ImprovedDocumentation.md
new file mode 100644
index 0000000..be79150
--- /dev/null
+++ b/proposals/ImprovedDocumentation.md
@@ -0,0 +1,11 @@
+# Ways to improve [Cordova Documentation](http://cordova.apache.org/docs/en/edge/index.html)
+
+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
+
+- 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)
+- How to test Cordova applications