An open API service indexing awesome lists of open source software.

https://github.com/openmainframeproject/zowe-conformance


https://github.com/openmainframeproject/zowe-conformance

Last synced: 3 months ago
JSON representation

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'.