Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.84 KB

CONTRIBUTING.md

File metadata and controls

53 lines (33 loc) · 1.84 KB

Contributing to Dext

Dext and want to contribute? I am seeking contributors of any levels to help grow the application. You can help contribute to the growth of this application in many ways.

  • UI/UX design
  • DX design
  • Core plugins
  • Third-party plugins
  • Feedbacks, and suggestions

Dext is still in its very early stage of development and lots of new features and improvements will be added over time.

  1. Fork and clone this repository.
$ git clone git@github.com:DextApp/dext.git
  1. Switch to the new dext directory that was created in step 1.
$ cd dext
  1. Install npm dependencies.
$ npm install
  1. Boot up the application.
$ npm start
  1. Submit a Pull Request to the develop branch if you have something great to contribute and a review will proceed.

Bug Reports

Found a bug? Submit it to the issue tracker and/or send a Pull Request so we can get it squashed.

Feature Requests

If you have an idea for a feature, please post them to the issues tracker and we can discuss. Not all features will be implemented.

Pull Requests

As Dext grows into a more mature application, we want to make sure we only accept PR's that would allow the application to become better. If you have an idea and don't know if it will get accepted, please file an issue and we can discuss whether it could be merged into core or as a third-party plugin.

Feedback and Suggestions

All feedback and suggestions for the application are welcomed. If you have one, please send a tweet to @tranvu and we can discuss.