Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 2.49 KB

CONTRIBUTING.md

File metadata and controls

51 lines (30 loc) · 2.49 KB

alt text

The Hue project gladly welcomes pull requests!

This document contains instructions on how to get involved in Hue improvement.

In any case, feel free to ask here, on the forum or @gethue.

What to improve

Here is some inspiration on which areas we would love to have some contributions:

  1. Updating a small piece of documentation
  2. High level Roadmap
  3. Check Github issues or the bug tracking system
  4. Improving or creating SQL autocompletes or connectors are great projects

Submitting an improvement

Here are some examples of changes:

Building

Have a look at how to quick build.

Reviews

It is flexible:

Coding Style

A general rule is to follow the on-going style of the code context.

  • Python: Follow Django/PEP8, with the exception of using 2 spaces per indent level
  • JavaScript: Check the EsLint style

CI & Tests

See how to automatically run the tests via CircleCi by pushing to a branch or opening-up a pull request.