Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

37 lines (21 loc) · 1.11 KB

Contributing Guidelines

We welcome contributions of any kind. Feel free to reach out to the MANGO community with questions or comments through our slack channels or through GitHub directly.

MANGO Docs were generated using Docusaurus. Users can contribute documentation through markdown or react. See here for Docusaurus tutorials.

To contribute code, follow the guidelines below.

Preparing your Fork

  1. Click Fork on Github to create your own fork e.g. username/mango-docs

  2. Clone your project: ``

  3. cd mango-docs

  4. Install project requirements: npm i

  5. Create a branch: git checkout -b new-feature

Making your Changes

  1. Add changelog entry crediting yourself

  2. Make code changes

  3. Test code changes

  4. Commit your changes: git commit -m "Added new feature"

Creating Pull Requests

  1. Push your commit to get it back up to your fork: git push origin HEAD

  2. Navigate to Github and create a pull request.

  3. In the description field, write down the issue number if applicable.

  4. Hit Submit and wait for maintainers to review your pull request.