├── .github ├── ISSUE_TEMPLATE.md └── PULL_REQUEST_TEMPLATE.md └── README.md /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 9 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Repository has been moved 2 | 3 | This repository is an archive of IBM® SDK for Node.js - z/OS® before the move to [ibmruntimes/node-zos](https://github.com/ibmruntimes/node-zos). 4 | 5 | New issues and pull requests, for all branches, should be opened at [ibmruntimes/node-zos](https://github.com/ibmruntimes/node-zos). 6 | 7 | New issues and pull requests opened here will not be monitored. 8 | --------------------------------------------------------------------------------