Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 2 additions & 26 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
# Contributing to Chef Automate
# Contributing to a Progress Chef Infra Server Project

Thank you for your interest in Chef Automate! We use **GitHub Issues**
for issue tracking and contributions:

1. Reporting an issue or making a feature request
2. Submitting patches for new features or bug fixes

We follow a process used by other Chef
products: <https://github.com/chef/chef/blob/master/CONTRIBUTING.md>

## Submitting Patches

All patches should be submitted as GitHub pull requests:

1. Make changes on a branch, ensuring to add the [Developer Certificate
of Origin sign-off](https://github.com/chef/chef/blob/master/CONTRIBUTING.md#developer-certification-of-origin-dco) to your commits.

2. Create a GitHub Pull Request.

3. Ensure your pull request passes all automated tests. If a test in
the verify_private pipeline fails and you are not a Chef employee,
a Chef employee assigned to review the PR will help get the test
passing.

3. Respond to code review comments to improve the code until it is
approved to merge.
Thank you for your interest in contributing to this project! It is part of the larger Progress Chef Infra Server project. Contribution guidelines can be found at [Contributing to Progress Chef Infra Server](https://chef.github.io/chef-oss-practices/projects/chef-server/contributing/).
Loading