Skip to content

Commit ad56f20

Browse files
authored
Update outdated labels and stub_uploader timing in CONTRIBUTING.md (#12540)
1 parent 45627d1 commit ad56f20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ If a package ships its own `py.typed` file, please follow these steps:
636636

637637
1. Open an issue with the earliest month of removal in the subject.
638638
2. A maintainer will add the
639-
["removal" label](https://github.com/python/typeshed/labels/removal).
639+
["stubs: removal" label](https://github.com/python/typeshed/labels/stubs%3A%20removal).
640640
3. Open a PR that sets the `obsolete_since` field in the `METADATA.toml`
641641
file to the first version of the package that shipped `py.typed`.
642642
4. After at least six months, open a PR to remove the stubs.
@@ -646,11 +646,11 @@ steps:
646646

647647
1. Open an issue explaining why the stubs should be removed.
648648
2. A maintainer will add the
649-
["removal" label](https://github.com/python/typeshed/labels/removal).
649+
["stubs: removal" label](https://github.com/python/typeshed/labels/stubs%3A%20removal).
650650
3. Open a PR that sets the `no_longer_updated` field in the `METADATA.toml`
651651
file to `true`.
652652
4. When a new version of the package was automatically uploaded to PyPI
653-
(which usually takes up to 3 hours), open a PR to remove the stubs.
653+
(which can take up to a day), open a PR to remove the stubs.
654654

655655
If feeling kindly, please update [mypy](https://github.com/python/mypy/blob/master/mypy/stubinfo.py)
656656
for any stub obsoletions or removals.
@@ -684,7 +684,7 @@ When merging pull requests, follow these guidelines:
684684

685685
### Marking PRs as "deferred"
686686

687-
We sometimes use the ["deferred" label](https://github.com/python/typeshed/labels/deferred)
687+
We sometimes use the ["status: deferred" label](https://github.com/python/typeshed/labels/status%3A%20deferred)
688688
to mark PRs and issues that we'd like to accept, but that are blocked by some
689689
external factor. Blockers can include:
690690

0 commit comments

Comments
 (0)