-
Notifications
You must be signed in to change notification settings - Fork 5
CHEF-23720 - Replace CONTRIBUTING.md file with standard template for Workstation #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: cgunasree08 <[email protected]>
| Will Not Merge | ||
| -------------- | ||
| This section details, specifically, Pull Requests or features that will _not_ be merged: | ||
|
|
||
| 1. Matchers for non-Chef core resources. ChefSpec 3.0 introduced a way for cookbook maintainers to [package matchers _with_ their cookbooks](https://github.com/chefspec/chefspec#packaging-custom-matchers) at distribution time. | ||
| 2. New features without accompanying unit tests, cucumber tests, and documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this section into the README on this PR
| Testing | ||
| ------- | ||
| Whether your pull request is a bug fix or introduces new classes or methods to the project, we kindly ask that you include tests for your changes. Even if it's just a small improvement, a test is necessary to ensure the bug is never re-introduced. | ||
|
|
||
| We understand that not all users submitting pull requests will be proficient with RSpec. The maintainers and community as a whole are a helpful group and can help you with writing tests. The [Better Specs](http://betterspecs.org/) site should provide some helpful resources to get you started. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this to README. Travis is no longer used.
…EADME.md Signed-off-by: cgunasree08 <[email protected]>
1b20ce0 to
3ce104f
Compare
README.md
Outdated
| MIT - see the accompanying [LICENSE](https://github.com/chefspec/chefspec/blob/main/LICENSE) file for details. | ||
|
|
||
|
|
||
| ## Will Not Merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Retitle section to be "Changes that will not be accepted"
Signed-off-by: cgunasree08 <[email protected]>
Signed-off-by: cgunasree08 <[email protected]>
Replace 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.