Thank you for your interest in Loopback-connector-nodes-for-Node-RED, an open source project administered by EdgeVerve.
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.
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 IPC@EdgeVerve.com. 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.
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.