X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/9e9ee449b41f4058640e2360b3b62a0ca12f4a65..6b381c784b9d74b78cd9e156a7f936764292bb5a:/.github/ISSUE_TEMPLATE.md?ds=sidebyside

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index b23af35..2dfd64b 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -6,9 +6,11 @@ Python version:
 *Black* version:
 Does also happen on master:
 
-To answer the last question, follow these steps:
-* create a new virtualenv (make sure it's the same Python version);
-* clone this repository;
-* run `pip install -e .`;
-* make sure it's sane by running `python setup.py test`; and
-* run `black` like you did last time.
+To answer the last question, you have two options:
+1. Use the online formatter at https://black.now.sh/?version=master, which will use the latest master branch.
+2. Or run black on your machine:
+    * create a new virtualenv (make sure it's the same Python version);
+    * clone this repository;
+    * run `pip install -e .`;
+    * make sure it's sane by running `python setup.py test`; and
+    * run `black` like you did last time.