File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
Follow these guidelines, in no particular order, to improve your chances of having a pull request merged in.
2
2
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
+
3
9
* Make each pull request atomic and exclusive; don't send pull requests for a laundry list of changes.
4
10
* 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.
6
12
* Changes to XmlDeserializer or JsonDeserializer must be accompanied by a unit test covering the change.
7
13
* No regions except for license header
8
14
* Code must build for .NET 3.5 Client Profile, Silverlight 4 and Windows Phone 7
You can’t perform that action at this time.
0 commit comments