Developer Portal Home
The Omnissa Developer Portal is a collection of resources and samples that developers, customers and partners can use to integrate and extend their Omnissa products.
Featured Resources for Developers¶
Contributing¶
Omnissa welcomes contributions from any member of our community, in the form of documentation updates, code samples or sample apps. Each documentation set, SDK and code samples are hosted within a dedicated GitHub repository. Determine the repository you want to contribute to by clicking on the button in the top right of the page, then you can fork that repository before making your change and committing back.
To get started contributing:
- Please familiarize yourself with the Code of Conduct and Developer Certificate of Origin before contributing.
- Read the LICENSE file in the root of the respective repository
- Fork the repo as per instructions in CONTRIBUTING.md by clicking on the button in the top right of the page
- Edit the content pages under the
/docs
folder for documentation, or add / modify code to other repository types - Commit the changes back including your signature as per the Developer Certificate of Origin
- If required, create a PR to merge your forked changes back into main branch of the respective repository
Testing¶
Please refer to TESTING.md for information on the requirements and process to test the site locally.