]> git.madduck.net Git - etc/vim.git/blob - .github/ISSUE_TEMPLATE.md

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Update README.md (#906)
[etc/vim.git] / .github / ISSUE_TEMPLATE.md
1 Howdy! Sorry you're having trouble. To expedite your experience,
2 provide some basics for me:
3
4 Operating system:
5 Python version:
6 *Black* version:
7 Does also happen on master:
8
9 To answer the last question, you have two options:
10 1. Use the online formatter at https://black.now.sh/?version=master, which will use the latest master branch.
11 2. Or run black on your machine:
12     * create a new virtualenv (make sure it's the same Python version);
13     * clone this repository;
14     * run `pip install -e .`;
15     * make sure it's sane by running `python setup.py test`; and
16     * run `black` like you did last time.