Skip to content

Commit 76b4352

Browse files
sunnyi101Copilot
andauthored
Add duplicate detection tip to 'Creating an issue' docs (#44816)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fce368a commit 76b4352

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

content/issues/tracking-your-work-with-issues/using-issues/creating-an-issue.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ Issues can be used to keep track of bugs, enhancements, or other requests. For m
4545
![Screenshot of the template chooser for an issue. Below the template choices, a link, labeled "Open a blank issue," is outlined in dark orange.](/assets/images/help/issues/blank-issue-link.png)
4646
{% data reusables.repositories.type-issue-title-and-description %}
4747
To cross-reference a related discussion, paste the discussion's URL into the issue description.
48+
49+
{% ifversion fpt or ghec %}
50+
51+
> [!TIP]
52+
> As you type, {% data variables.product.github %} may suggest potential duplicate issues that already exist in the repository. If a suggestion looks relevant, you can click through to the existing issue instead of creating a new one. These suggestions appear once the title is filled out and the body reaches 100 characters, and up to three existing issues may be shown. The suggestions are non-blocking and do not prevent you from creating your issue.
53+
54+
{% endif %}
55+
4856
{% data reusables.repositories.assign-an-issue-as-project-maintainer %}
4957
{% data reusables.repositories.submit-new-issue %}
5058

0 commit comments

Comments
 (0)