mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 07:44:16 +00:00
switch from issue templates to issue forms
This commit is contained in:
parent
ed77e4b770
commit
0bdf9ddf45
4 changed files with 116 additions and 33 deletions
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: problem with E___ or W___ codes
|
||||
url: https://github.com/PyCQA/pycodestyle/issues
|
||||
about: flake8 does not implement any checks, perhaps you want pycodestyle?
|
||||
- name: problem with F___ codes
|
||||
url: https://github.com/PyCQA/pyflakes/issues
|
||||
about: flake8 does not implement any checks, perhaps you want pyflakes?
|
||||
- name: problem with C___ codes
|
||||
url: https://github.com/PyCQA/mccabe/issues
|
||||
about: flake8 does not implement any checks, perhaps you want mccabe?
|
||||
Loading…
Add table
Add a link
Reference in a new issue