diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 26199fe1a..46e2a2bcb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -49,6 +49,10 @@ body: 2. If you don't... * Please compress and upload the design folder by dragging the .tar.gz or the .zip file to the following text field. * List the commands used to run the design. + > **Warning:** + > GitHub's maximum file upload size is 25 MB, so if your upload is larger than 25MB, please consider splitting it as follows: + > for tar files: `split -b 24M ".part"` + > for zip files: `zip -r -s 24M ` - type: textarea id: reproduction-material attributes: