1
0
mirror of synced 2026-01-25 00:03:14 -05:00

Merge branch 'main' into repo-sync

This commit is contained in:
Chiedo John
2021-02-24 11:34:50 -05:00
committed by GitHub

View File

@@ -25,7 +25,17 @@ To attach a file to an issue or pull request conversation, drag and drop it into
{% endtip %}
The maximum size for files is 25MB and the maximum size for images is 10MB.
The maximum size for files is 25MB and the maximum size for images is 10MB.
{% if currentVersion == "free-pro-team@latest" %}
Videos can be up to 100 MB in size if the repository is owned by a user or organization on a paid GitHub plan.
{% note %}
**Note:** Support for video attachments is currently in beta and subject to change.
{% endnote %}
{% endif %}
We support these files:
@@ -36,6 +46,7 @@ We support these files:
* Microsoft Word (*.docx*), Powerpoint (*.pptx*), and Excel (*.xlsx*) documents
* Text files (*.txt*)
* PDFs (*.pdf*)
* ZIP (*.zip*, *.gz*)
* ZIP (*.zip*, *.gz*){% if currentVersion == "free-pro-team@latest" %}
* Video (*.mp4*, *.mov*){% endif %}
![Attachments animated GIF](/assets/images/help/pull_requests/dragging_images.gif)