mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 18:06:29 +10:00
docs: fix issue query in github templates Problem: Error "Filter contains 1 issue: Invalid value enhancement for label" when clicking on the "existing feature requests" links in the github feature template or github lsp bug template. Solution: Update the queries to use the new type:Enhancement categorization instead of the old label:enhancement system. Similar to #36107.