Skip to content

How to Contribute and Coding Standards

Julian Knight edited this page Nov 4, 2017 · 2 revisions

Contributing

If you would like to contribute to this node, you can contact Totally Information via GitHub or raise a request in the GitHub issues log.

Use the Node-RED google group or the #uibuilder channel in the Node-RED Slack for general discussion about this node.

Coding Standards

If submitting code (preferably via a pull request), please use eslint to adhere to the same standards.

When contributing code, please use the following coding standards:

  • Use ESLint:Standard settings plus the following
  • Indents must be 4 spaces
  • Strings must be single quoted not double
  • Semi-colons should not be used unless absolutely necessary (see here for guide)
Clone this wiki locally