Skip to content

Commit 359f589

Browse files
committed
Add Git LFS tracking rules and update contributing prerequisites
1 parent 9b50e7c commit 359f589

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# Declare files that will always have CRLF line endings on checkout.
55
*.sln text eol=crlf
66
*.bat text eol=crlf
7+
8+
# Git LFS tracking rules for large binary files
79
*.gif filter=lfs diff=lfs merge=lfs -text
810
*.zip filter=lfs diff=lfs merge=lfs -text
911
*.tar.bz2 filter=lfs diff=lfs merge=lfs -text

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ reported the issue. Please try to include as much information as you can. Detail
2121

2222

2323
## Contributing via Pull Requests
24+
25+
> **Prerequisite**: This repository uses [Git LFS](https://git-lfs.github.com/) for large binary files (images, archives). Before cloning, install Git LFS:
26+
> ```bash
27+
> # macOS: brew install git-lfs
28+
> # Ubuntu/Debian: sudo apt-get install git-lfs
29+
> git lfs install
30+
> ```
31+
2432
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
2533
2634
1. You are working against the latest source on the *main* branch.

0 commit comments

Comments
 (0)