You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to replace Github with GitHub so that we display the company name correctly, and we need to test the changes to ensure the behavior and appearance of any and all related webpages are unchanged.
Action Items
Open _data/navigation/social.yml in your IDE
Change
- name: Github
to
- name: GitHub
Find all the files that are connected to this change. (e.g., if its a yml or md file, what files or scripts use the data stored in that file). And document briefly how they work together.
Define where you expect the change to show up on the website (e.g., the footer of the website). Can be on multiple pages
Write a test procedure, in a comment, and then use it to test the change. Include a link to this comment in your PR.
Add/commit changes then create a PR as usual. Document the test procedure in the Pull Request.
Overview
We need to replace
GithubwithGitHubso that we display the company name correctly, and we need to test the changes to ensure the behavior and appearance of any and all related webpages are unchanged.Action Items
_data/navigation/social.ymlin your IDEto
Resources
Merge Team