django-stubs
django-stubs copied to clipboard
META: issues labels
I tried to check up the issues that are currently filed here (147 open now). Most of them are labeled as "bug", but not all are real bugs.
Examples:
- #922: it's enhancement proposal, definitely not a bug.
- #901: it's stale (there is no
Sequenceany more) - #878: seems like it's resolved
- #873: it's a mistake (stubs reveal real issue with code, they are not buggy)
- #837, #832 : enhancement proposal
- #829: question
- #765: mistake (import from
django_stubsdoesn't make sense AFAIC) - The list continues...
It was just a quick glance, sorry if something was misinterpreted. There are also a few already fixed issues.
I think we can handle issues much better (at least tag them properly and close fixed/bad/unrelated). If there's nobody to work on that - I'll be glad to help, if you give me proper access permissions. Now it's really difficult to analyze this tab and work on most important stuff.
Also we do probably need second issue template for "Enhancement proposal", because people see "bug" as the only available option and choose it, thus making "bug" tag meaningless.
Also we do probably need second issue template for "Enhancement proposal", because people see "bug" as the only available option and choose it, thus making "bug" tag meaningless.
+1, I would've clicked this (or "feature") if it was an option.
Cc: @sobolevn
To get some feel about where the bugs are, I took the liberty of creating a few extra labels and going throug a bunch of most recent issues to sort them:
crash- "Internal error" crashes from mypy (almost always together withmypy-pluginlabel)mypy-plugin- Issues specific to mypy_django_pluginstubs- Issues in stubs files (.pyi)- Renamed
upstream->upstream mypysince the description was "Bugs in mypy" upstream other- Bugs in other upstreams (not mypy). There's one issue that affects JetBrains PyCharm.- Also added pre-existing
good first issuelabel to a few issues. - Added
enhancementto a few issues.
Any feedback about these labels or their usage is welcome.