Searching issues with module name

There are a few options, depending on the goals:

  • You can already use in:title json to narrow down the search:
    • it doesn’t find all the issues and include false positives
  • You can add “[json]” in the title and use the search query above:
    • triages might not know to add [json] in the title
    • GitHub search seems to ignore the []
  • We can add a label:
    • it’s easier for filtering and for triagers to add
    • it’s useful to notify people subscribed to the label
    • if we do it should be called expert-json[1]
  • You can create a project to track issues:
    • you will have to add existing issues manually
    • you have more freedom in organizing them
    • triagers might not know to add new json issues to the project

Adding the label is probably the easiest solution[2], unless the other solutions are enough to solve your problem. Let me know if you want me to add it.


  1. stdlib, docs, tests, interpreter-core, extension-modules are in a group on their own. ↩︎

  2. we recently added expert-sqlite to solve the same problem ↩︎