-
Notifications
You must be signed in to change notification settings - Fork 97
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
Add docs for how web-features syncs with BCD #2560
base: main
Are you sure you want to change the base?
Conversation
Thanks for the review, Patrick, and the partial review, Daniel! I updated this PR to avoid the word "workflow". This might use GitHub actions/workflows but it really is an implementation detail. The goal of this document is more for maintainers to understand how BCD and web-features work together and how compat_feature lists and BCD tags are synchronized conceptually. |
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.
This looks good!
I'm wondering about a high level TLDR, something like "Either way is fine. If you're authoring a new feature, add the keys in web-features. If you're changing keys in BCD, make the change there. The goal is to limit the times where you have to make PRs in both repositories."
Co-authored-by: James Stuckey Weber <[email protected]>
Co-authored-by: François Daoust <[email protected]>
See #1672 (comment)