-
Notifications
You must be signed in to change notification settings - Fork 532
PR review process
Tyler Butler edited this page Apr 21, 2021
·
2 revisions
When PRs are submitted to the FluidFramework repo, reviewers are automatically assigned to the PR using a GitHub action.
The PR assignments are based on the mappings in the .github/code-owners.yml in the repo. Each entry is a glob path followed by the GitHub usernames of people that should be added as reviewers. If any files under the glob path have changed, then the reviewers in that entry will be added. All reviewers are always added.
If you want to adjust the code reviewers, edit .github/code-owners.yml and open a PR. See PR #5125 for an example.
This wiki is focused on contributing to the Fluid Framework codebase.
For information on using Fluid Framework or building applications on it, please refer to fluidframework.com.
- Submitting Bugs and Feature Requests
-
Contributing to the Repo
- Repo Basics
- Common Workflows and Patterns
- Managing dependencies
- Client Code
- Server Code
- PR Guidelines
- CI Pipelines
- Breaking vs Non-Breaking Changes
- Branches, Versions, and Releases
- Compatibility & Versioning
- Testing
- Debugging
- npm package scopes
- Maintaining API support levels
- Developer Tooling Maintenance
- API Deprecation
- Working with the Website (fluidframework.com)
- Coding Guidelines
- Documentation Guidelines
- CLA