Add duplicate detection tip to 'Creating an issue' docs#44816
Conversation
When creating an issue, GitHub now surfaces potential duplicate issues inline once the title is filled out and the body reaches 100 characters. This update adds a tip callout to the 'Creating an issue from a repository' section explaining the behavior. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
There was a problem hiding this comment.
Pull request overview
Adds documentation for the inline duplicate-issue suggestions shown during issue creation, helping users understand when suggestions appear and that they don’t block submission.
Changes:
- Adds a new tip callout describing duplicate-issue suggestions during issue creation.
- Gates the tip to {% data variables.product.prodname_dotcom_the_website %}/{% data variables.product.prodname_ghe_cloud %} via
{% ifversion fpt or ghec %}.
Show a summary per file
| File | Description |
|---|---|
| content/issues/tracking-your-work-with-issues/using-issues/creating-an-issue.md | Adds a new tip explaining duplicate-issue suggestion behavior during issue creation. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 1
What this PR does
Adds a tip callout to the Creating an issue page explaining the duplicate detection feature.
When creating an issue, GitHub now surfaces potential duplicate issues inline once the title is filled out and the body reaches 100 characters. Up to three existing issues may be suggested. The suggestions are non-blocking and don't prevent issue submission.
Why
This feature is shipping to GA and the docs should reflect the new behavior so users understand what the suggestions are and when they appear.
Context