Skip to content
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

Scaffold new dev docs #30483

Merged
merged 6 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,4 @@ packages/react-experiments/src/components/TileList @ThomasMichon
## Docs
rfcs/ @microsoft/cxe-red @microsoft/cxe-prg @microsoft/teams-prg
rfcs/shared/build-system/ @microsoft/fluentui-react-build
docs/ @microsoft/cxe-red @microsoft/cxe-prg @microsoft/teams-prg
4 changes: 4 additions & 0 deletions docs/react-v9/contributing/coding-style.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// TODO #30642 A doc explaining any coding patterns not addressed by linters.

Assignee - Mason
Reviewer - Martin
4 changes: 4 additions & 0 deletions docs/react-v9/contributing/command-cheat-sheet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// TODO #30642 A doc showing a table of every day commands.

Assignee - Mason
Reviewer - Esteban
4 changes: 4 additions & 0 deletions docs/react-v9/contributing/common-dev-snags.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// TODO #30642 A doc explaining common snags and trip hazards.

Assignee - Mason
Reviewer - Sean
4 changes: 4 additions & 0 deletions docs/react-v9/contributing/dev-env.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// TODO #30642 - A doc explaining how to set up the dev environment.

Assignee - Mason
Reviewer - Mak
4 changes: 4 additions & 0 deletions docs/react-v9/contributing/dev-workflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// TODO #30642 A doc explaining day to day dev work flow.

Assignee - Mason
Reviewer - Sarah
4 changes: 4 additions & 0 deletions docs/react-v9/contributing/rfc-process.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// TODO #30642 A doc explaining our rfc process.

Assignee - Mason
Reviewer - Shift