From 9f2331cb0c94fc737efdcb56f8135a89c42e7bfe Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 19 Jan 2022 05:54:42 -0800 Subject: [PATCH] update feature issue form - revert link back to the top level header - add notices about not implementing any checks --- .github/ISSUE_TEMPLATE/02_feature.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/02_feature.yml b/.github/ISSUE_TEMPLATE/02_feature.yml index f398384..d6ed1a9 100644 --- a/.github/ISSUE_TEMPLATE/02_feature.yml +++ b/.github/ISSUE_TEMPLATE/02_feature.yml @@ -6,7 +6,11 @@ body: value: > Please read this brief portion of documentation before going any further: - https://flake8.pycqa.org/en/latest/internal/contributing.html#requesting-a-new-feature + https://flake8.pycqa.org/en/latest/internal/contributing.html#filing-a-bug + + - type: markdown + attributes: + value: **NOTE: flake8 is a linting framework and does not implement any checks** - type: textarea id: freeform