Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 2.2 KB

File metadata and controls

40 lines (28 loc) · 2.2 KB

Contributing to Open Cloud Data Center

We are excited that you are interested in contributing to Open Cloud Data Center! We welcome a variety of contributions, including bug reports, feature requests, documentation improvements, and code changes.

Code of Conduct

All contributors are expected to follow our Code of Conduct. Please be respectful and professional in all interactions.

How to Contribute

  1. Search for Issues: Before starting work, check if an issue already exists for what you want to do.
  2. Report Bugs: If you find a bug, please create a new issue with a clear description and steps to reproduce.
  3. Feature Requests: We welcome ideas for new features! Create an issue to discuss your proposal.
  4. Submit Pull Requests:
    • Fork the repository.
    • Create a new branch for your changes.
    • Ensure your code follows our style guidelines.
    • Include tests for new functionality.
    • Make your changes and commit them with a descriptive message.
    • Push your changes to your forked repository.
    • Create a pull request against the main branch of the primary repository.
    • Ensure your code adheres to the project's coding standards.
    • Provide a clear description of your changes and the reason for them in the pull request.
    • For more information, refer to https://wso2.github.io/

Code Quality and Linting

All pull requests are automatically checked by super-linter, which runs multiple linters including Checkov, TFLint, Terrascan, ShellCheck, and more.

For information on linter configuration and how to suppress false positives, see the Linter Configuration Guide.

Good First Issues

If you're new to the project, look for issues tagged with Good First Issue. These are well-defined and perfect for becoming familiar with the codebase.

Community Engagement

  • Star the repository: If you find Open Cloud Data Center useful, please give it a star!
  • Spread the word: Share Open Cloud Data Center with your network.
  • Participate in discussions: Join our GitHub discussions.