fix(issues): reduce search noise#10399
Open
charlieforward9 wants to merge 3 commits into
Open
Conversation
Changed flavor input type from checkboxes to dropdown and made it multi-select. This solves a significant problem with search relevance where searching for arcGIS returns all bug-report issues...
Removed unnecessary hyphens from options list in bug report template.
chrisgervang
approved these changes
Jun 25, 2026
chrisgervang
left a comment
Collaborator
There was a problem hiding this comment.
Good idea, thanks!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changed flavor input type from checkboxes to dropdown and made it multi-select.
This should avoid the worsening of a significant problem with search relevance where searching for
ArcGISreturns ALL bug-report issues...REF
Note
Low Risk
Only changes the GitHub issue template YAML; no runtime or library code is affected.
Overview
Updates the bug report issue template so Flavors is a multi-select dropdown instead of checkboxes, with options listed in dropdown form (no per-option
labelentries).This keeps reporters able to pick multiple platform APIs while stopping flavor names like ArcGIS from being embedded in issue bodies in a way that pollutes GitHub issue search.
Reviewed by Cursor Bugbot for commit 3986a79. Bugbot is set up for automated code reviews on this repo. Configure here.