Contributing Guidelines
May 10, 2018 ยท View on GitHub
These are guidelines for contributing to this node-red-labs repository. This repository is a collection of examples on how to use Watson nodes in Node-RED. These labs make use of the Watson nodes developed for Node-RED which are held in a sister repository. If you want to contributte to the node-red-node-watson repository, please follow the contributing guidelines documented in that repository.
Code
- The code should follow Watson Developer Cloud coding guidlines
- The code should follow: https://github.com/airbnb/javascript
- 2 spaces indentation
snake_case
Issues
If you encounter an issue with using the labs here, you are welcome to submit a bug report. Before that, please search for similar issues as it is possible somebody has already encountered this issue.
Pull Requests
If you want to contribute to the repository, follow these steps:
- Fork the repo.
- Develop code changes.
- Commit your changes.
- Push to your fork and submit a pull request.