Skip to content

Commit 2578f27

Browse files
committed
incorporating PR review feedback
1 parent b1ccf42 commit 2578f27

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: File attachments on issues and pull requests
3-
intro: 'When you open an issue or update a pull request, you can use issue attachments to upload a variety of file types.'
3+
intro: 'You can convey information by attaching a variety of file types to your issues and pull requests.'
44
redirect_from:
55
- /articles/issue-attachments/
66
- /articles/file-attachments-on-issues-and-pull-requests
@@ -28,13 +28,11 @@ To attach a file to an issue or pull request conversation, drag and drop it into
2828
{% endtip %}
2929

3030
The maximum file size is:
31-
- 10MG for images and gifs{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.1" or currentVersion == "github-ae@next" %}
31+
- 10MB for images and gifs{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.1" or currentVersion == "github-ae@next" %}
3232
- 10MB for videos uploaded to a repository owned by a user or organization on a free GitHub plan
3333
- 100MB for videos uploaded to a repository owned by a user or organization on a paid GitHub plan{% endif %}
3434
- 25MB for all other files
3535

36-
{% endif %}
37-
3836
We support these files:
3937

4038
* PNG (*.png*)

0 commit comments

Comments
 (0)