Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.22 KB

CONTRIBUTION.md

File metadata and controls

33 lines (20 loc) · 1.22 KB

Contributing

Thank you for your interest in Loopback-connector-nodes-for-Node-RED, an open source project administered by EdgeVerve.

Raising issues

Please raise any bug reports on the relevant project's issue tracker. Be sure to search the list to see if your issue has already been raised.

A good bug report is one that make it easy for us to understand what you were trying to do and what went wrong.

Contributor License Agreement

You must sign a Contributor License Agreement (CLA) before submitting your pull request. To complete the CLA, please email a signed .pdf file of this Agreement to [email protected]. You need to complete the CLA only once to cover all EdgeVerve projects.

You can download the CLAs here:

If you are an Infosys employee, please contact us directly as the contribution process is slightly different.

Coding standards

Please ensure you follow the coding standards used through-out the existing code base. Some basic rules include:

  • Indent with 4-spaces, no tabs.
  • Opening brace on same line as if/for/function and so on, closing brace on its own line.