This document should concisely express the project development status, methodology, and contribution process. As the community makes progress, we should keep this document in sync with reality.
We use the standard k8's labels good first issue and help wanted to indicate issues that are ideal for new contributors.
Once you have found an issue that you'd like to work on, comment on it with "#dibs", or "I would like to work on this". If someone else said that they would like to work on it, but there's no open PR and it's been more than 2 weeks, comment with "@kubernetes-sigs/service-catalog-maintainers Is it okay if I take this?" and a maintainer will help out.
The following outlines the general rules we follow:
- All PRs must have the appropriate documentation changes made within the same PR. Note, not all PRs will necessarily require a documentation change but if it does please include it in the same PR so the PR is complete and not just a partial solution.
- All PRs must have the appropriate testcases. For example, bug fixes should include tests that demonstrates the issue w/o your fix. New features should include as many testcases, within reason, to cover any variants of use of the feature.
- All PRs must have appropriate documentation. New features should be described, and an example of use provided.
- PR authors will need to have CLA on-file with the Linux Foundation before the PR will be merged. See Kubernete's contributing guidelines for more information.
See our reviewing PRs documentation for how your PR will be reviewed.
We have finished the work for the v0.2 release. We are currently working towards our v0.3 milestone.
Each milestone will have a directory within the docs
directory of
this project. We will keep a complete record of all supported use-cases and
major designs for each milestone.
If you would like to propose or change a use-case, open a pull request to the
project, adding or altering a file within the docs
directory.
We'll update this space as we begin developing code with relevant dev information.