X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/62bfbd6a63dcac2f6f31eb014f69397c9eb967d2..53d9bace12b3aa230820c869a079020b4608c945:/.github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3b59906..c6c80be 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -18,13 +18,13 @@ assignees: "" **Environment (please complete the following information):** -- Version: \[e.g. master\] +- Version: \[e.g. main\] - OS and Python version: \[e.g. Linux/Python 3.7.4rc1\] -**Does this bug also happen on master?** To answer this, you have two options: +**Does this bug also happen on main?** To answer this, you have two options: -1. Use the online formatter at , which will - use the latest master branch. +1. Use the online formatter at , which will use + the latest main branch. 1. Or run _Black_ on your machine: - create a new virtualenv (make sure it's the same Python version); - clone this repository;