Refresh CONTRIBUTING guide#33
Open
tas50 wants to merge 1 commit into
Open
Conversation
tas50
force-pushed
the
docs/contributing-refresh
branch
2 times, most recently
from
June 28, 2026 05:18
a185878 to
9ef4615
Compare
Update the contributing guide to reflect the project's current tooling and remove stale references: - Replace Travis CI references with GitHub Actions and the actual rake test/lint tasks (rake unit, rake acceptance, rake style). - Point coding standards at Cookstyle instead of the abandoned Cane tool and dead style-guide links. - Fix stale links: chefspec/chefspec -> chef/chefspec, master -> main, the old GitHub fork-a-repo URL, and the legacy ?state=open issue query. - Drop the "cucumber tests" requirement; ChefSpec uses RSpec unit and acceptance suites. Signed-off-by: Tim Smith <tsmith84@proton.me>
tas50
force-pushed
the
docs/contributing-refresh
branch
from
June 28, 2026 05:19
9ef4615 to
3e08f81
Compare
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.
Summary
Updates
CONTRIBUTING.mdto reflect the project's current tooling and removes stale references that no longer apply.Changes
.travis.ymlreference; point contributors at GitHub Actions and the real rake tasks (rake unit,rake acceptance,rake style).bbatsov/ruby-style-guide/github/styleguidelinks with the project's actual Cookstyle linting and thebundle exec rake stylecommand.chefspec/chefspec→chef/chefspec,master→main, the legacyhelp.github.com/articles/fork-a-repoURL → current docs, and the old?state=openissue query → plain issues link.examples/acceptance suite, not Cucumber.