UNPKG

886 BMarkdownView Raw
1# Issues
2
3If you encounter an issue with the Node.js library, you are welcome to submit
4a [bug report](https://github.com/zosconnect/zosconnect-node/issues).
5Before that, please search for similar issues. It's possible somebody has
6already encountered this issue.
7
8# Pull Requests
9
10If you want to contribute to the repository, follow these steps:
11
121. Fork the repo.
132. Develop and test your code changes: `npm install -d && npm test`.
143. Add a test for your changes. Only refactoring and documentation changes require no new tests.
154. Make the test pass.
165. Commit your changes.
176. Push to your fork and submit a pull request.
187. Sign your pull request.
19
20Signing your request is a simple line at the end of your pull request. If you can certify as described at [developercertificate.org](http://developercertificate.org) then add:
21```
22Signed-off-by: Joe Smith <j.smith@example.com>
23```