-
Notifications
You must be signed in to change notification settings - Fork 37
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
De-fork from WPCS #169
Comments
FYI: The detaching of this repo from the WPCS repo in git terms is happening soon. There are/were 18 forks of the WPCS repo which were based off the TRTCS fork. Those forks will remain attached to this repository and will not revert to being forks of WPCS upstream. Once the detaching is done, the repo name will be updated as well to make it abundantly clear that this repo is a stand-alone project from that point on-wards.
/cc @carolinan @djrmom @dmtrmrv @ernilambar @Roshanb54 @fervillz @fklein-lu @khacoder @kkoppenhaver @krishna19 @miya0001 @nasabikram @Pross @purevtsooj @RCSWebDev @rinkuyadav999 @sachyya @selul |
For the decoupling, there are two possible ways to go:
The effect of either option on existing pull request is about the same. In both cases, the pull requests will need to be rebased against the new @pattonwebz @dingo-d @grappler What do you think ? Have you got a preference ? Option 1 is the simplest to execute, option 2 would give us a far cleaner base to continue from. |
As discussed on slack, I'm for option 2 |
The branch which is intended to be the new repo content & history, is now online for review: https://github.com/WPTRT/WPThemeReview/tree/feature/163-166-167-169-decouple-from-WPCS |
This has been done, so ti can be closed, no? |
I think we left it open at the time as the open PRs which got automatically closed haven't been updated and re-pulled yet. Still somewhere on my never-ending to-do list..... |
Follow-on issue for #163.
Action list:
PRfeature branch for the decoupling againstdevelop
.composer.json
file..gitignore
,phpunit.xml.dist
etcWordPress
subdirectory toWPThemeReview
and update the ruleset documentation (name + description) to match.use
statements to sniffs and where relevant adjust sniff code.@since
tags and sniff changelogs in the docblocks of all sniffs which will remain in WPTRTCS.PHPCSHelper
class.Once the PR is merged, open a PR to merge. Once the feature branch has been approved, remove the existingdevelop
intomaster
and tag release0.1.0
develop
andmaster
branches, rename the feature branch todevelop
, create a newmaster
pointing to the same commit and tag release0.1.0
.develop
and remove thetheme-review-sniffs
branch.develop
and add a comment in the PR that the PR needs to be rebased and adjusted for the new categories.[EDIT]
The text was updated successfully, but these errors were encountered: