1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Add note in the Warning to include the Support portal (#28107)

This commit is contained in:
Gaurav Ketkar
2022-07-26 23:49:17 -07:00
committed by GitHub
parent 0048122e2d
commit 92be8deeb5
3 changed files with 8 additions and 5 deletions

View File

@@ -16,11 +16,7 @@ topics:
- Pull requests
---
{% warning %}
**Warning:** If you attach a file to a pull request or issue comment, anyone can view the anonymized URL without authentication, even if the pull request is in a private repository{% ifversion ghes %}, or if private mode is enabled{% endif %}. To keep sensitive media files private, serve them from a private network or server that requires authentication. {% ifversion fpt or ghec %}For more information on anonymized URLs see "[About anonymized URLs](/github/authenticating-to-github/about-anonymized-urls)".{% endif %}
{% endwarning %}
{% data reusables.repositories.anyone-can-view-anonymized-url %}
To attach a file to an issue or pull request conversation, drag and drop it into the comment box. Alternatively, you can click the bar at the bottom of the comment box to browse, select, and add a file from your computer.

View File

@@ -0,0 +1,5 @@
{% warning %}
**Warning:** If you attach a file to a pull request, issue comment, or ticket in the {% data variables.contact.support_portal %}, anyone can view the anonymized URL without authentication, even if the pull request is in a private repository{% ifversion ghes %}, or if private mode is enabled{% endif %}. To keep sensitive media files private, serve them from a private network or server that requires authentication. {% ifversion fpt or ghec %}For more information on anonymized URLs see "[About anonymized URLs](/github/authenticating-to-github/about-anonymized-urls)".{% endif %}
{% endwarning %}

View File

@@ -36,6 +36,8 @@
- Steps to reproduce the issue
- Any special circumstances surrounding the discovery of the issue (for example, the first occurrence or occurrence after a specific event, frequency of occurrence, business impact of the problem, and suggested urgency)
- Exact wording of error messages
{% indented_data_reference reusables.repositories.anyone-can-view-anonymized-url spaces=3 %}
{%- ifversion ghes %}
1. Optionally, attach diagnostics files and other files by dragging and dropping, uploading, or pasting from the clipboard.
{%- endif %}