forked from restsharp/RestSharp
-
Notifications
You must be signed in to change notification settings - Fork 7
Submission Guidelines
johnsheehan edited this page Nov 3, 2010
·
1 revision
In no particular order:
- Tabs, not spaces. Bracket style doesn't matter.
- Changes to XmlDeserializer or JsonDeserializer must be accompanied by a unit test covering the change.
- No regions except for license header
- Code must build for .NET 3.5 Client Profile, Silverlight 4 and Windows Phone 7
- If you didn't write the code you must provide a reference to where you obtained it and preferably the license.
- Use autocrlf=true
git config --global core.autocrlf true
http://help.github.com/dealing-with-lineendings/