-
Notifications
You must be signed in to change notification settings - Fork 91
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
Synchronize compat_features
with mdn/browser-compat-data tags
#1672
Comments
There's two sides of this: upstreaming and downstreaming. DownstreamingDownstreaming is sending changes from the upstream side (mdn/browser-compat-data) to the downstream (web-platform-dx/web-features). I'd expect a web-features workflow along these lines:
UpstreamingUpstreaming is sending changes from the downstream side (web-platform-dx/web-features) to the upstream side (mdn/browser-compat-data). I'd expect an mdn/browser-compat-data workflow:
|
Today, I met with @atopal and @Elchi3 to figure out next steps for this work. Highlights
Workflow summaryAfter some discussion, we're expecting two typical workflows for synchronizing
To prevent circular changes:
To ensure ongoing completeness, web-features maintainers ought to strive to keep generated drafts to an absolute minimum. |
Goal
When we override
compat_features
in a YAML file here, those changes ought to propagate to mdn/browser-compat-data. Likewise, new features originating in mdn/browser-compat-data ought to bubble up to web-features.Background
Open Web Docs is working on several tasks including:
(see openwebdocs/project#208)
But we're not capturing this work here on the repo anywhere. This issue is attempting cover it.
The text was updated successfully, but these errors were encountered: