Skip to content

Commit 35f3b49

Browse files
committed
Adding instructions for submitting pull requests
1 parent 3dec65b commit 35f3b49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ I welcome any suggestions for improvement, contributions, questions or issues wi
5151
It is the result of continuous changes to deal with issues encountered while using it so I am sure there are some things that can be
5252
optimized or removed altogether. One of the biggest things this has forced me to deal with is the differences between LINQ to entites and LINQ to Objects.
5353

54+
* Please do not include multiple unrelated fixes in a single pull request
55+
* The diff for your pull request should only show changes related to your fix/addition (Some editors create unnecessary changes).
56+
* When possible include tests that cover the features/changes in your pull request
57+
* Before you submit make sure the existing tests pass with your changes
58+
* Linq to Entities tests which include search parameters will fail because I use Sql Server CE (Will fix that).
59+
5460
Contact
5561
========================
5662
Twitter: [garvincasimir](https://twitter.com/garvincasimir)

0 commit comments

Comments
 (0)