diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-23 20:08:15 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-23 20:08:15 -0400 |
| commit | a1ae430c3cd952478e677ca396db1c9e560eaa8f (patch) | |
| tree | eff5583cea15e916e54a6f04b66e9942eb5fea95 /doc/contributing.rst | |
| parent | 0df8e82c77b677a1cda984aa56e3666948f72e9b (diff) | |
| parent | 036de87ddda41e960760efe0024e8045c8a9cdc6 (diff) | |
| download | python-coveragepy-git-a1ae430c3cd952478e677ca396db1c9e560eaa8f.tar.gz | |
Pull in 4.5.1a changes to update docs for GitHub migration.
Diffstat (limited to 'doc/contributing.rst')
| -rw-r--r-- | doc/contributing.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst index 896b39c7..1b06bed7 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -19,7 +19,7 @@ One source of history or ideas are the `bug reports`_ against coverage.py. There you can find ideas for requested features, or the remains of rejected ideas. -.. _bug reports: https://bitbucket.org/ned/coveragepy/issues?status=new&status=open +.. _bug reports: https://github.com/nedbat/coveragepy/issues Before you begin @@ -35,8 +35,8 @@ you frustration. Getting the code ---------------- -The coverage.py code is hosted on a `Mercurial`_ repository at -https://bitbucket.org/ned/coveragepy. To get a working environment, follow +The coverage.py code is hosted on a GitHub repo at +https://github.com/nedbat/coveragepy. To get a working environment, follow these steps: #. (Optional, but recommended) Create a virtualenv to work in, and activate @@ -47,7 +47,7 @@ these steps: #. Clone the repo:: - $ hg clone https://bitbucket.org/ned/coveragepy + $ git clone https://github.com/nedbat/coveragepy $ cd coveragepy #. Install the requirements:: @@ -174,10 +174,9 @@ Contributing ------------ When you are ready to contribute a change, any way you can get it to me is -probably fine. A pull request on Bitbucket is great, but a simple diff or +probably fine. A pull request on GitHub is great, but a simple diff or patch works too. .. _editorconfig.org: http://editorconfig.org -.. _Mercurial: https://www.mercurial-scm.org/ .. _tox: https://tox.readthedocs.io/ |
