Thank you for your interest in contributing to the Cloudsmith VS Code Extension repository!
We welcome community and internal contributions that improve integrations, CI/CD workflows, automation tools, or reproducible examples for Cloudsmith customers.
- 🧰 Bug fixes for CLI tools, templates, or API examples
- ✨ New CI/CD pipeline demos or GitHub Actions using Cloudsmith
- 🧪 Upload policy validation scripts or security automation
- 📚 Documentation enhancements, guides, or usage examples
- Fork the repository and clone it locally.
- Create a new branch for your fix or feature:
git checkout -b my-feature-branch
- Make your changes.
- Test any relevant scripts, integrations, or workflows.
- Push your branch and open a Pull Request.
Before submitting a pull request, please make sure:
- Your code or content is clearly documented and commented.
- Any added scripts/templates work as expected.
- The README and/or CHANGELOG is updated if needed.
- CI checks (if any) pass successfully.
- The PR follows our Pull Request Template.
Project subfolders may have specific maintainers listed in the CODEOWNERS file.
They will be automatically requested to review PRs related to their areas.
By contributing, you agree that your contributions will be licensed under the Apache License 2.0.
If you're unsure how to get started or run into issues, open a GitHub Issue