diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index 2ef9cdc..ad4c6ac 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -1,5 +1,5 @@ -Contributing to Python -====================== +Contributing to Typthon +======================= Build Status ------------ @@ -11,8 +11,8 @@ Build Status Thank You --------- -First off, thanks for contributing to the maintenance of the Python programming -language and the CPython interpreter! Even if your contribution is not +First off, thanks for contributing to the maintenance of the Typthon programming +language and the CTypthon interpreter! Even if your contribution is not ultimately accepted, the fact you put time and effort into helping out is greatly appreciated. @@ -40,7 +40,7 @@ our workflow that are not covered by a bot or status check are: Setting Expectations -------------------- Due to the fact that this project is entirely volunteer-run (i.e. no one is paid -to work on Python full-time), we unfortunately can make no guarantees as to if +to work on Typthon full-time), we unfortunately can make no guarantees as to if or when a core developer will get around to reviewing your pull request. If no core developer has done a review or responded to changes made because of a "changes requested" review, please feel free to email python-dev to ask if diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 923720b..4f5f3cf 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -2,7 +2,7 @@ ## Supported Versions -The Python team applies security fixes according to the table +The Typthon team applies security fixes according to the table in [the devguide]( https://devguide.python.org/versions/#supported-versions ). @@ -12,6 +12,6 @@ https://devguide.python.org/versions/#supported-versions Please read the guidelines on reporting security issues [on the official website](https://www.python.org/dev/security/) for instructions on how to report a security-related problem to -the Python team responsibly. +the Typthon team responsibly. To reach the response team, email `security at python dot org`.