Repo for the cloudshell-core package. The cloudshell-core package contains basic contracts and utility classes for CloudShell shells and orchestration.
We welcome community ideas and contributions.
To provide feedback or request enhancements simply create an issue in the repository. You can use the Waffle Board to add issues directly and catch up on the current backlog progress.
-
Fork the repository.
-
Make the code change. Make sure the tests pass. Add unit tests to cover any new behavior. We do require that the coverage does not decrease with the new code.
-
Submit a PR
This repository uses nose to run tests. To run all tests run the following from command line:
nosetests