summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-01-19 05:54:42 -0800
committerGitHub <noreply@github.com>2022-01-19 05:54:42 -0800
commit9f2331cb0c94fc737efdcb56f8135a89c42e7bfe (patch)
tree20869c5ab16592027929ef73c4a6ad5a232259e2
parentf875e6758f4a68315c68f5e5268013c509947728 (diff)
downloadflake8-asottile-patch-1.tar.gz
update feature issue formasottile-patch-1
- revert link back to the top level header - add notices about not implementing any checks
-rw-r--r--.github/ISSUE_TEMPLATE/02_feature.yml6
1 files changed, 5 insertions, 1 deletions
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