diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2020-07-29 21:55:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 19:55:54 +0100 |
commit | 6869f4a07c4dfd64a9f61c9d48cddc21a464f541 (patch) | |
tree | abff48527ca12971c7188633dd1f19f5fb2a85c1 | |
parent | 4168b6fed9fa16a26e15e3bf4bee5a05373e916d (diff) | |
download | virtualenv-6869f4a07c4dfd64a9f61c9d48cddc21a464f541.tar.gz |
Update links to PSF CoC (#1911)
-rw-r--r-- | .github/CONTRIBUTING.md | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b9383ff..6c29282 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,9 +1,9 @@ # Contributing to ``virtualenv`` Thank you for your interest in contributing to virtualenv! There are many ways to contribute, and we appreciate all of them. -As a reminder, all contributors are expected to follow our [Code of Conduct][coc]. +As a reminder, all contributors are expected to follow the [PSF Code of Conduct][coc]. -[coc]: https://www.pypa.io/en/latest/code-of-conduct/ +[coc]: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md ## Development Documentation diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 05cd5c5..f3c13f3 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -8,6 +8,6 @@ contact_links: url: https://discuss.python.org/c/packaging about: | Please ask typical Q&A here: general ideas for Python packaging, questions about structuring projects and so on -- name: 📝 PyPA Code of Conduct - url: https://www.pypa.io/en/latest/code-of-conduct/ +- name: 📝 PSF Code of Conduct + url: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md about: ❤ Be nice to other members of the community. ☮ Behave. |