The title might have up to three primary labels. These are prefixed to the title in brackets: [primary-label] Title.
For instance, the primary label of this issue is [slider]

The primary labels must match with an existing GitHub label, keeping the same format.
For instance, use [docs] and not [Docs], as the GitHub label is lowercase docs: docs.
The primary labels must have the following order, depending on their category: [*product scope*][*artifact*], the categories being:
When multiple labels are relevant to apply (e.g., base-ui and material-ui), then add both from the broader to the most specific (e.g., [base-ui][material-ui]).
We allow the use of React component names when relevant:
[TreeItem] Fix missing type context[tree view] Add virtualization as the GitHub label is component: tree view.Please use the same guidelines for writing a pull request title as you would use for the git commit messages https://chris.beams.io/posts/git-commit/. Mainly, the title should stay short, use the imperative mood, have primary labels, and a description.
Fix #1234.Related to #1234.Comments left in a pull request's review can be approved in two different circumstances:
Comments left in a pull request that is off-topic to the problem fixed should be prefixed with Off-topic. These comments don't need to be resolved to merge.
If the discussion can't easily be resolved, a follow-up GitHub issue and pull request must be opened. It allows the initial pull request to be merged, regardless.