https://github.com/openmainframeproject/zowe-conformance
https://github.com/openmainframeproject/zowe-conformance
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openmainframeproject/zowe-conformance
- Owner: openmainframeproject
- License: apache-2.0
- Created: 2026-02-06T19:56:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-07T14:33:01.000Z (4 months ago)
- Last Synced: 2026-02-07T22:23:39.994Z (4 months ago)
- Language: Python
- Size: 1.21 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: docs/support_provider_evaluation_guide_table.md
Awesome Lists containing this project
README
# Zowe Conformance Program materials
This contains the following materials relevant to the Zowe Conformance Program:
- [Test Evaluation Guide](docs/test_evaluation_guide_table.md)
- [Support Provider Evaluation Guide](docs/support_provider_evaluation_guide_table.md)
- [Terms and Conditions](docs/terms_and_conditions.md)
- [Participation Form](docs/participation_form.md)
- [Brand Guidelines](docs/brand_guidelines.pdf)
The documents are the source versions; final version are made available on the [Zowe Conformance Program page](https://www.openmainframeproject.org/projects/zowe/conformance).
## Build instructions
You can do a build of the docs locally following the steps below.
```bash
python -m pip install --upgrade pip
pip install markdown weasyprint
python scripts/build.py
```
The built docs are outputed to the `output` directory.
## Release instructions
Updating the Zowe Conformance materials is done by doing a [release from this repo](https://github.com/openmainframeproject/zowe-conformance/releases/new), uploading the assets generated by the build instrictions above as binary assets for the release. Be sure the release is marked as 'latest release'.