This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
- Fork the main repository to your account. Clone the repository locally and switch to the
main
branch. - Add a YAML file with the following convention
firstname-lastname.yml
at the path/advocates/
. - Add your profile picture (PNG/JPG) to
/advocates/media/profiles/
with the same convention. Ensure that your picture don't go above 450px and that it is perfectly square (eg. 450x450)
For your convenience, a snippet has been created to allow you to fill your profile.
Start by opening the YAML we just created (eg. firstname-lastname.yml
) and make sure that your cursor is at the beginning of the file.
Press CTRL-SHIFT-P
(CMD-SHIFT-P on Mac), and type Insert snippet
. Select the Advocate Profile
loaded from your workspace. Make sure to tab through the different options as it will ensure consistency without relying on copy/paste.
Make sure to update your social profiles and the longitude/latitude of your city. For security reasons, do not use your home's longitude/latitude but your city's.
Feel free to add any other links to the connect
section but to limit it to ~6. You can use any title you want.
- Commit those changes to your local repository.
- Push those changes to your fork.
- Open a pull request to the main repository.
If you have merging rights on this repository, those are instructions for you.
- Clone the repository of the pull request in a local folder
- Open a PowerShell console, navigate to the folder of the repo and run
./FromYmlToTOC-INDEX.ps1
. This will update 3 files (index.html.yml
,map.yml
,toc.yml
) that ensure the home page, the map, and the table of content (on the left) are updated with the latest updates. - Commit those changes to your local repository.
- Pushing it back will update the PR
The Advocates website will only show what's inside the live
branch. This allow us to work on multiple iteration and make mistakes in main
before we publish.
To publish all of your changes, create a new PR to live and submit it. Once all the validation and checks are green, you can merge it.
Changes can take up to 15 minutes to be applied.
Line 10, Column 8: [Warning-file-not-found] Invalid file link: './map'.
Those are perfectly normal. Those links are dynamic and do not exist. Docfx can't find those files so it's warning you.
Unless you are the final merger, you do not need to run that command. You therefor don't need PowerShell.