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.When you open a pull request that fixes a regression, follow the steps below to ensure great history tracking of what happened and make the author who initially introduced the regression aware of what caused it and what can fix it.