Skip to content

How to Contribute and Coding Standards

Julian Knight edited this page Jan 10, 2023 · 3 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)

Better still, please see the various .eslint.js files in the repo, they continue to be updated to provide the best linting available for the different back- and front-end code.

Clone this wiki locally