Some labels act as special-use flags. Use the following labels according to these guidelines.
| Pulls | Issues | Blocker |
|---|---|---|
| Yes | Yes | Yes |
For issues, this label indicates that the issue cannot be completed right now. For pull requests, the label indicates that the pull request cannot be merged. Effectively the same as marking a pull request as a draft.
Set this label on any issue or PR that cannot proceed without some additional action. If you set this label, then leave a comment that says why it's not ready and what needs to happen for it to be ready.
For example, if a pull request cannot be merged without another issue being resolved first, then set the label and leave a comment linking to the blocking issue.
| Pulls | Issues | Blocker |
|---|---|---|
| Yes | Yes | Yes |
This label indicates that a pull request needs corresponding changes to mdn/content.
You must set this label on a pull request when it:
{{Compat}} macro callsmdn_url links to a non-404 page)When in doubt, set the label. Better to find that content changes are unnecessary than to discover they're required after the fact.
Remove this label after a pull request, which makes the required content changes, has been opened. A content change in progress is sufficient to merge compat data changes.
| Pulls | Issues | Blocker |
|---|---|---|
| Yes | No | No |
This label indicates that a pull request needs a corresponding entry in RELEASE_NOTES.md, and that the next BCD release that includes this change should have a minor semver bump.
Set this label on a pull request when it:
Do not set this label on a pull request when it:
Remove this label upon committing a release note to a release note pull request (see Publishing a new version of @mdn/browser-compat-data).
| Pulls | Issues | Blocker |
|---|---|---|
| Yes | No | Yes |
This label indicates that a pull request needs a corresponding entry in RELEASE_NOTES.md, and that the next BCD release that includes this change should have a major semver bump.
Set this label on a pull request when it:
Do not set this label on a pull request when it:
Remove this label upon committing a release note to a release note pull request (see Publishing a new version of @mdn/browser-compat-data).