X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/9e9ee449b41f4058640e2360b3b62a0ca12f4a65..235a0b5bcb6bdb1e2f34f935df71860da37ef4e8:/CONTRIBUTING.md

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b0b3a75..4b3acb3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -11,7 +11,7 @@ In terms of inspiration, *Black* is about as configurable as *gofmt*.
 This is deliberate.
 
 Bug reports and fixes are always welcome!  Please follow the [issue
-template on GitHub](https://github.com/ambv/black/issues/new) for best 
+template on GitHub](https://github.com/psf/black/issues/new) for best 
 results.
 
 Before you suggest a new feature or configuration knob, ask yourself why
@@ -31,6 +31,7 @@ myself and CentOS at work.
 Install all development dependencies using:
 ```
 $ pipenv install --dev
+$ pipenv shell
 $ pre-commit install
 ```
 If you haven't used `pipenv` before but are comfortable with virtualenvs,