Detecting Duplicate Issues - Public Preview #199395
Replies: 4 comments 5 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
hey @sunnyi101 👋 . feedback after trying it out : whats working well :
a couple things worth considering:
overall though ,the timing and placement feel right,,,,,,,it shows up early enough to be useful without being intrusive.
|
Beta Was this translation helpful? Give feedback.
-
|
I love it. It's amazing. Thank you. One small concern: can the word limit and semantic matching filter out issue templates, or could we have a control over which fields of an issue template get used for semantic search (e.g. description but not a dump of debug logs/package versions)? These are irrelevant for the most part and I can see how they could skew results. |
Beta Was this translation helpful? Give feedback.
-
|
This is an awesome feature but i would personally like a shorter title trigger (or an option to configure in a setting) because most of the time in my issues either, I had not realized this feature was in preview before i saw this post. I get that the results will be better if there is more text but sometimes its just about 2 people not creating the same issue after a talk/meeting. btw I'm not against having 20 and 100 as defaults but settings would be nice. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
duplicate.detection.mp4
If you maintain a repo with more than a handful of issues, you know duplicates are a time sink. The same bug gets reported three different ways, you close the duplicate, link to the original, and repeat. For high-volume repos this adds up to hours of triage every week.
Duplicate detection is now available in public preview. When you're creating an issue, GitHub checks for potential duplicates as you type and surfaces them inline before you submit. No extra steps, no workflow changes. You see suggestions, you decide what to do with them.
How it works
As you fill out a new issue, once the title is complete and the body reaches 100 characters, we search for existing issues that look similar. If we find potential matches, up to three suggestions appear right in the issue form.
The goal is simple: catch duplicates at the point of creation, before they become triage work.
⏱️ When it triggers
Duplicate detection triggers when:
We chose these thresholds to balance two things: giving enough signal to return good results, and showing suggestions early enough that you haven't already committed to submitting.
Once triggered, title edits will re-run the search. Body edits after the initial check won't re-trigger (to avoid distracting you while you're writing).
💬 Feedback
We're actively iterating on this and your input directly shapes what comes next. We'd love to hear:
Share feedback, report issues, or suggest ideas in this discussion.
Beta Was this translation helpful? Give feedback.
All reactions