-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Contributors: move to sites, change context of use #2459
base: master
Are you sure you want to change the base?
Conversation
Pre-approved upon successful review. |
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.
Todo:
- Centralize sample inside the contributor component.
- (Optional) remove the "gc-" prefix in the file/folder name for the contributor component
- Update the contributor component documentation to add more emphasis on the breaking change + migration instruction.
- Page details - move demoted pattern in demoted folder
- For "contributor" component, make it a minor version for now (v1.1) because both are still ok, but identify the version 1.0 as demoted. We will increase the major version when we will switch the v1.0 from "demoted" into "deprecated" state.
This change is:
- Minor change for contributor component - Add new pattern where located in the page details section
- Minor change for page details component - Add new pattern that include the contributor component
- Minor change for Topic template - Add new pattern that include the new page details with the contributor component
- Minor change for the "Topic" template - Add new pattern that implement page-details v 3.3 where the contributor component are in the page-details section
- We will perform a major change to those component, when we will switch them from "demoted" into "deprecated" at our next major release
381df46
to
84339ed
Compare
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.
I reviewed and tested locally all modified files. Its look good. There is a few inline comment to address and the following change to do:
Can you add a temporary redirect for the following files? This is to avoid broken link from the guidance material. Add a comment that those redirect can be removed in a year or two from now.
- /components/gc-contributors/gc-contributors-doc-en.html
- /components/gc-contributors/gc-contributors-doc-fr.html
- /components/gc-contributors/gc-contributors-en.html
- /components/gc-contributors/gc-contributors-fr.html
Once that completed, I will be able to approve this PR.
Note: This PR does impact:
- Minor - Contributor
- Minor - Page details
- Minor - Topic template
84339ed
to
3b58812
Compare
3b58812
to
d923cf8
Compare
Related to WET-505