Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.52 KB

File metadata and controls

40 lines (27 loc) · 1.52 KB

Contributing to Cdsbom

Thank you for considering contributing! We welcome pull requests and issues to improve the project.


License and Copyright

  • This project is licensed under the MIT License.
  • By submitting a contribution (including pull requests), you agree that your changes will be distributed under the same MIT License as the rest of the project.
  • Copyright Ownership:
    • Contributors retain copyright for the lines of code they author.
    • By contributing, you assert that:
      • You own the copyright for the code you are contributing.
      • You are authorized to license it under the MIT License.
    • You may add your name to the file header as a copyright holder for any file you modify or create.
  • You are welcome to use Developer Certificate of Origin (DCO) sign-off in your commits if you wish.

How to Contribute

  1. Fork the repository and create a branch from main.
  2. Write clear, tested code following existing style guidelines.
  3. Use descriptive and concise commit messages.
  4. Open a Pull Request:
    • Include a summary of changes and relevant context.
    • If you plan a large change, please open a discussion issue first to confirm it will be accepted before investing effort.

Code of Conduct

We expect contributors to be respectful and constructive in all interactions.
Please review and follow the Contributor Covenant Code of Conduct.


Thank you for helping make this project better!