diff --git a/README.md b/README.md
index 5ece86f880b60..a1f4a848d6cd7 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Use the following table to verify you have the correct prerequisites to install
Apache 2.2 or 2.4 |
- Ubuntu: apache -v
+ | Ubuntu: apache2 -v
CentOS: httpd -v |
Apache |
@@ -57,3 +57,17 @@ After verifying your prerequisites, perform the following tasks in order to prep
* Install Magento software using the web interface
* Install Magento software using the command line
2. Verify the installation
+
+Contributing to the Magento 2 code base
+Contributions can take the form of new components or features, changes to existing features, tests, documentation (such as developer guides, user guides, examples, or specifications), bug fixes, optimizations, or just good suggestions.
+
+To make learn about how to make a contribution, click [here][1].
+
+To learn about issues, click [here][2]. To open an issue, click [here][3].
+
+To suggest documentation improvements, click [here][4].
+
+[1]:
+[2]:
+[3]:
+[4]: