Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.92 KB

File metadata and controls

26 lines (18 loc) · 1.92 KB

Seldon Core Licensing

As of 22 January 2024, contributions to Seldon's open source and source available projects are governed by Seldon's Contributor License Agreement ("CLA"). For certain contributions previously contributed to Seldon's open source projects under the Apache 2.0 license, the individual contributions will remain open source under the Apache 2.0 license (see here), but Seldon may include such contribution as part of a larger project that constitutes a derivative work of the project and is licensed as a whole under the Business Source License 1.1. A list of individual contributions that are subject to the Apache 2.0 license are listed here.

Contributing to Seldon Core

Before opening a pull request consider:

  • Is the change important and ready enough to ask the community to spend time reviewing?
  • Have you searched for existing, related issues and pull requests?
  • Is the change being proposed clearly explained and motivated?

When you contribute code, you affirm that the contribution is your original work and that you license the work to the project under the project's license. Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's license and warrant that you have the legal authority to do so.

PRs

Automated checks are run against PRs to ensure a certain level of quality.

One of these is a check that PR titles conform to the Conventional Commit format. This format ensures certain small but useful pieces of context are available. Specifically, these are the type of change being introduced, whether or not it is a breaking change, and an optional scope of impact. The permitted types can be found in the CI workflow.