Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment thread
Jolg42 marked this conversation as resolved.

{% note %}

**Note:** Support for video attachments is currently in beta and subject to change.

{% endnote %}

{% endif %}

We support these files:

Expand All @@ -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)