From f9790633350b1300cf1fa3d39014ca14b6121691 Mon Sep 17 00:00:00 2001 From: cgunasree08 Date: Wed, 17 Dec 2025 16:42:42 +0530 Subject: [PATCH] Create CONTRIBUTING.md with standard template chef-server Signed-off-by: cgunasree08 --- CONTRIBUTING.md | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1224be8c5e..e7fe809235 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,24 +1,3 @@ -# Contributing to Chef Server +# Contributing to a Progress Chef Infra Server Project -Thank you for your interest in Chef Server! 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: - -## 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/main/CONTRIBUTING.md#developer-certification-of-origin-dco) to your commits. - -2. Consult the CODE_REVIEW_CHECKLIST.md to see what code reviewers will be looking for. - -3. Create a GitHub Pull Request. - -4. If you are a Chef Software employee, submit an ad-hoc chef-server-12 build for your branch and post a link to in the pull request. For non-Chef Software employees, your job will be submitted for you by one of the reviewers. - -5. Respond to code review comments to improve the code until it is ready to merge. - -5. Rebase your branch on `main` to pick up any changes that have landed since your patch was opened and merge it! (If you don't have commit access, a maintainer will merge it for you after code review is complete). +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/). \ No newline at end of file