Skip to content

Commit

Permalink
Update our code of conduct
Browse files Browse the repository at this point in the history
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Jul 29, 2020
1 parent 131a7f8 commit 0c0345a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# virtualenv

[![PyPI](https://img.shields.io/pypi/v/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
[![PyPI - Implementation](https://img.shields.io/pypi/implementation/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
Expand All @@ -10,10 +12,7 @@
[![Code style:
black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)

virtualenv
==========

A tool for creating isolated ``virtual`` python environments.
A tool for creating isolated `virtual` python environments.

- [Installation](https://virtualenv.pypa.io/en/latest/installation.html)
- [Documentation](https://virtualenv.pypa.io)
Expand All @@ -22,8 +21,7 @@ A tool for creating isolated ``virtual`` python environments.
- [PyPI](https://pypi.org/project/virtualenv)
- [Github](https://github.com/pypa/virtualenv)

Code of Conduct
---------------
## Code of Conduct

Everyone interacting in the virtualenv project's codebases, issue trackers, chat rooms, and mailing lists is expected to
follow the [PyPA Code of Conduct](https://www.pypa.io/en/latest/code-of-conduct/).
follow the [PSF Code of Conduct](https://www.python.org/psf/conduct/).

This comment has been minimized.

Copy link
@pradyunsg

pradyunsg Jul 29, 2020

Member

Should we link to https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md instead? That contains information on Reporting, which is unique to PyPA projects including virtualenv.

This comment has been minimized.

Copy link
@gaborbernat

gaborbernat Jul 29, 2020

Author Contributor

Good idea, ammended 4168b6f

0 comments on commit 0c0345a

Please sign in to comment.