Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Enforce LF line endings for all text files to ensure consistent
# behavior across platforms (fixes yamllint new-lines failures on Windows).
* text=auto eol=lf

# Binary files
*.jpeg binary
*.jpg binary
*.png binary
*.gif binary
*.ico binary
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,6 @@ git push origin add-your-github-username

```bash
gh pr create \
--repo NextCommunity/NextCommunity.github.io \
--base main \
--title "Add [Your Name] to directory" \
--body "Fixes #213
Expand Down
Loading