593 B
593 B
Getting Involved
-
In your git-tfs clone, run
git config core.autocrlf trueso that all the line endings are unix line endings when you commit. -
Read the source. It's hopefully not that intimidating.
-
Check for issues. There are a few issues that are low-hanging fruit. Feel free to pick them.
-
Ask questions. Feel free to drop me a line, or ask a question over at the google group, or join
#git-tfson FreeNode.
Pull Requests
- In general, pull requests with unit tests get merged quicker than those without.