What makes a good Pull Request?
For a pull request to be accepted please ensure that the following information is included:
-
Descriptive comments. Sample comments can be found here.
- The CodePlex issue tracker number (E.g. Item #4) that the patch/module addresses is mentioned.
- The test cases pertaining to the particular module have been included. Sample test cases can be found here.
- Code that follows the WebsitePanel Code Conventions (coming soon).
Pull requests which do not include the above will be not accepted in the review process and will be sent back to the contributor and result in extra communication/cycles.