You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,8 @@ Before commiting your changes, run `jake lint` to catch any JS errors in the cod
86
86
If you add any new files to the Leaflet source, make sure to also add them to `build/deps.js`
87
87
so that the build system knows about them.
88
88
89
+
Also, please make sure that you have [line endings configured properly](https://help.github.com/articles/dealing-with-line-endings) in Git! Otherwise the diff will show that all lines of a file were changed even if you touched only one.
0 commit comments