diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/02_feature.yml | 6 |
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 |
