From 92273771957c83e18e4e2a2f0519eebbc6bf1083 Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Thu, 17 Sep 2020 21:20:34 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e05d86b1ab..17e6fb08e5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,12 +14,12 @@ Feel free to propose changes to this document in a pull request. There are many ways in which we/one can to contribute to Appsmith. All contributions are highly appreciated. - Beta testing -- Raise Issues -- Feature Requests -- Documentation +- Raise Issues / Feature Requests +- Improve the Documentation - Code contribution - - Widgets - - Datasources + - Introduce New Widgets + - Introduce New Database Integrations + - Introduce New SAAS Integrations ## Git Workflow @@ -128,4 +128,4 @@ echo "127.0.0.1 dev.appsmith.com" | sudo tee -a /etc/hosts 2. Run the command to execute tests ```bash mvn clean package -``` \ No newline at end of file +```