From b3a96af95524656efa79edf958fb2cec08e938fc Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Sun, 10 Mar 2024 20:46:35 -0700 Subject: [PATCH] Test that CI runs --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a118a40e..4016acc2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,8 @@ A stub file for `typing_extensions` is maintained [in typeshed](https://github.com/python/typeshed/blob/main/stdlib/typing_extensions.pyi). Because of the special status that `typing_extensions` holds in the typing ecosystem, the stubs are placed in the standard library in typeshed and distributed as -part of the stubs bundled with individual type checkers. +part of the stubs bundled with individual type checkers. Contributors adding new features +to `typing_extensions` are encouraged to also contribute stubs to typeshed. # Running tests