Skip to content

Commit a529617

Browse files
committed
Merge pull request #324 from PedroLamas/master
Added CONTRIBUTING.markdown to repository
2 parents eef0c86 + cfce270 commit a529617

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Follow these guidelines, in no particular order, to improve your chances of having a pull request merged in.
2+
3+
* Make each pull request atomic and exclusive; don't send pull requests for a laundry list of changes.
4+
* Even better, commit in small manageable chunks.
5+
* Tabs, not spaces. Bracket style doesn't matter.
6+
* Changes to XmlDeserializer or JsonDeserializer must be accompanied by a unit test covering the change.
7+
* No regions except for license header
8+
* Code must build for .NET 3.5 Client Profile, Silverlight 4 and Windows Phone 7
9+
* If you didn't write the code you must provide a reference to where you obtained it and preferably the license.
10+
* Use autocrlf=true `git config --global core.autocrlf true` http://help.github.com/dealing-with-lineendings/

0 commit comments

Comments
 (0)