From 3d7f44372a896178117e082d458fb358b3a7f4a5 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 14 Aug 2021 09:41:55 +0100 Subject: [PATCH] Add flake8 version to issue form (#350) --- .github/ISSUE_TEMPLATE/issue.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index e1102b1..eb8a28d 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -9,6 +9,14 @@ body: placeholder: 3.9.0 validations: required: false +- type: input + id: flake8_version + attributes: + label: flake8 Version + description: Which version of flake8 were you using? + placeholder: 3.9.2 + validations: + required: false - type: input id: package_version attributes: