Skip to content

Commit 054adce

Browse files
committed
Update CONTRIBUTING.markdown
1 parent a529617 commit 054adce

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
Follow these guidelines, in no particular order, to improve your chances of having a pull request merged in.
22

3+
### Before you do anything else
4+
5+
* Before reporting an issue or creating a pull request, discuss it in the Google Group http://groups.google.com/group/restsharp
6+
7+
### Once a contribution is ready to be submitted
8+
39
* Make each pull request atomic and exclusive; don't send pull requests for a laundry list of changes.
410
* Even better, commit in small manageable chunks.
5-
* Tabs, not spaces. Bracket style doesn't matter.
11+
* Tabs, not spaces. Bracket style doesn't matter. Do not reformat code you didn't touch.
612
* Changes to XmlDeserializer or JsonDeserializer must be accompanied by a unit test covering the change.
713
* No regions except for license header
814
* Code must build for .NET 3.5 Client Profile, Silverlight 4 and Windows Phone 7

0 commit comments

Comments
 (0)