Update CONTRIBUTING.md

This commit is contained in:
Nikhil Nandagopal 2020-09-17 21:20:34 +05:30 committed by GitHub
parent d028011d7c
commit 9227377195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```
```