This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack-extensions.git
commit bf5be21aac3b1a25782487397908370a37d743b8 Author: Rohit Yadav <[email protected]> AuthorDate: Tue Sep 23 14:52:20 2025 +0530 README.md: add initial README --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c4d3e9 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# CloudStack Extensions + +This repository contains extensions from the community and third-party +repositories (TPRs). + +> [!NOTE] +> This is an experimental and WIP repository. The config or manifest json/txt +> format is to be defined. + +## Documentation + +https://docs.cloudstack.apache.org/en/latest/adminguide/extensions.html + +## Contributing + +Mailing lists: +- [Development Mailing List](mailto:[email protected]) +- [Users Mailing List](mailto:[email protected]) + +Checkout https://cloudstack.apache.org/developers.html for contributing. +New extensions can be contributed as pull request to this repository, such that +they are in unique (lowercase) directory which can contain a README.txt specific +to the extension. + +## License + +Licensed under the Apache License, Version 2.0 (the "License"); you may not use +this file except in compliance with the License. You may obtain a copy of the +License at http://www.apache.org/licenses/LICENSE-2.0
