Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.7 KB

File metadata and controls

57 lines (37 loc) · 1.7 KB

🤝 Contributing to Cloudsmith VS Code extension

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.


📁 What You Can Contribute

  • 🧰 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

🛠️ Getting Started

  1. Fork the repository and clone it locally.
  2. Create a new branch for your fix or feature:
    git checkout -b my-feature-branch
  3. Make your changes.
  4. Test any relevant scripts, integrations, or workflows.
  5. Push your branch and open a Pull Request.

✅ Pull Request Checklist

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.

👥 Code Owners

Project subfolders may have specific maintainers listed in the CODEOWNERS file.
They will be automatically requested to review PRs related to their areas.


📄 License

By contributing, you agree that your contributions will be licensed under the Apache License 2.0.


🧙 Need Help?

If you're unsure how to get started or run into issues, open a GitHub Issue