CHEF-24911 - Rename CONTRIBUTING.md file with standard template for workstation.#273
Draft
cgunasree08 wants to merge 4 commits intomainfrom
Draft
CHEF-24911 - Rename CONTRIBUTING.md file with standard template for workstation.#273cgunasree08 wants to merge 4 commits intomainfrom
cgunasree08 wants to merge 4 commits intomainfrom
Conversation
Signed-off-by: cgunasree08 <Chintha.Gunasree@progress.com>
There was a problem hiding this comment.
Pull Request Overview
This PR standardizes the CONTRIBUTING file by replacing the existing CONTRIBUTING.MD with a new CONTRIBUTING.md file that follows the standard template for Chef Workstation projects. The change redirects contributors from a simple reference to the chef/chef repository to a centralized contribution guide hosted at chef.github.io.
- Removes old CONTRIBUTING.MD file with simple reference link
- Adds new CONTRIBUTING.md file with standardized template content
- Updates contribution guidance to point to the centralized Chef OSS practices documentation
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| CONTRIBUTING.MD | Removes the old file containing a simple reference to chef/chef repository |
| CONTRIBUTING.md | Adds new standardized template with link to centralized contribution guidelines |
CONTRIBUTING.md
Outdated
| @@ -0,0 +1,3 @@ | |||
| # Contributing to a Progress Chef Workstation Project | |||
|
|
|||
| Thanks you for your interest in contribuing to this project! It is part of the larger Progress Chef Workstation project. Contribution guidelines can be found at [Contributing to Progress Chef Workstation](https://chef.github.io/chef-oss-practices/workstation/inspec/contributing/). No newline at end of file | |||
There was a problem hiding this comment.
There are two spelling errors in this line: 'Thanks you' should be 'Thank you' and 'contribuing' should be 'contributing'.
Suggested change
| Thanks you for your interest in contribuing to this project! It is part of the larger Progress Chef Workstation project. Contribution guidelines can be found at [Contributing to Progress Chef Workstation](https://chef.github.io/chef-oss-practices/workstation/inspec/contributing/). | |
| Thank you for your interest in contributing to this project! It is part of the larger Progress Chef Workstation project. Contribution guidelines can be found at [Contributing to Progress Chef Workstation](https://chef.github.io/chef-oss-practices/workstation/inspec/contributing/). |
Signed-off-by: cgunasree08 <Chintha.Gunasree@progress.com>
Signed-off-by: cgunasree08 <Chintha.Gunasree@progress.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rename CONTRIBUTING.md file with standard template for workstation.
This pull request replaces the existing CONTRIBUTING.md file with the standard template for the workstation project. As part of the repo standardization effort, we are replacing all the different contributing guides with a standard template that links to a published version of the chef-oss-practices repo.
This PR is intended to be a mere mechanical change, not a change in policy. Watch chef/chef-oss-practices for changes in policy.
The link provided in the template may not function at the time this PR is opened, in which case this PR is intended to remain in Draft status if the repo permits; in any case it should not be merged until the link is live.