Skip to content

Commit

Permalink
Add upload size warning in issue form (The-OpenROAD-Project#1620)
Browse files Browse the repository at this point in the history
Co-authored-by: Mohamed Gaber <me@donn.website>
  • Loading branch information
habibayassin and donn authored Jan 24, 2023
1 parent bc92b64 commit 1c3c472
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tar-file-name> "<file-tar-name>.part"`
> for zip files: `zip -r -s 24M <zip-file-name> <directory-name>`
- type: textarea
id: reproduction-material
attributes:
Expand Down

0 comments on commit 1c3c472

Please sign in to comment.