dummy change
The sections included below are suggestions for what you may want to include. Feel free to remove or alter parts of this template that do not offer value for your specific change.
Description
A concise description of the changes (bug or feature) and their impact/motivation. If this description is short enough to be used as the title, delete this section and just use the title.
For bug fixes, also include specifics of how to reproduce it / confirm it is fixed.
If this Pull Request should close/resolve any issues when merged, use the special syntax for that here.
Breaking Changes
If this introduces a breaking change, please describe the impact and migration path for existing applications below. See Breaking-vs-Non-breaking-Changes for details. If there are no breaking changes, delete this section.
Reviewer Guidance
The review process is outlined on this wiki page.
List any specific things you want to get reviewer opinions on, and anything a reviewer would need to know to review this PR effectively. Things you might want to include:
- Questions about how to properly make automated tests for your changes.
- Questions about design choices you made.
- Descriptions of how to manually test the changes (and how much of that you have done).
- etc.
If you have any questions in this section, consider making the PR a draft until all questions have been resolved.
🔗 No broken links found! ✅
Your attention to detail is admirable.
linkcheck output
> [email protected] ci:linkcheck /home/runner/work/FluidFramework/FluidFramework/docs
> start-server-and-test ci:start 1313 linkcheck:full
1: starting server using command "npm run ci:start"
and when url "[ 'http://127.0.0.1:1313' ]" is responding with HTTP status code 200
running tests using command "npm run linkcheck:full"
> [email protected] ci:start
> http-server ./public --port 1313 --silent
> [email protected] linkcheck:full
> npm run linkcheck:fast -- --external
> [email protected] linkcheck:fast
> linkcheck http://localhost:1313 --skip-file skipped-urls.txt --external
Crawling...
Stats:
404354 links
3145 destination URLs
2 URLs ignored
0 warnings
0 errors
This PR has been automatically marked as stale because it has had no activity for 60 days. It will be closed if no further activity occurs within 8 days of this comment. Thank you for your contributions to Fluid Framework!