diff options
author | Tim Smith <tsmith@chef.io> | 2020-02-28 14:23:46 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-28 14:23:46 -0800 |
commit | ed8f83888ef0d1c08593e36bcd743dc3c6afa4e7 (patch) | |
tree | c47137dc76a0b1d99d39b7f4fc8602c8a2426917 /CONTRIBUTING.md | |
parent | dfca0d9138c1725e18a91cacf1fbe432b93d3879 (diff) | |
download | chef-ed8f83888ef0d1c08593e36bcd743dc3c6afa4e7.tar.gz |
Update CONTRIBUTING.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 75fb782970..d6eabc9f8f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ Once you open a pull request, project maintainers will review your code and resp 1. Approvals by two or more members of the owners, approvers, or reviewers groups. See the [Chef Infra OSS Project](https://github.com/chef/chef-oss-practices/blob/master/projects/chef-infra.md) for a list of all members. 2. Your change will be merged into the project's `master` branch -3. Our Expeditor bot will automatically increment the version and update the project's changelog with your contribution. For projects that ship as package, Expeditor will kick off a build which will publish the package to the project's `current` channel. +3. Our Expeditor bot will automatically increment the version and update the project's changelog with your contribution. For projects that ship as a package, Expeditor will kick off a build which will publish the package to the project's `current` channel. If you would like to learn about when your code will be available in a release of Chef, read more about [Chef Release Cycles](#release-cycles). |