What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Apr 09, 2008 by andrewarnott
Contribute  
How to contribute to the DotNetOpenId project.

Anyone may contribute to this project, and being an open-source effort we count on volunteers to help enhance the library.

There are two kinds of contributors: those who have commit access to the source code and those who don't. Those who can't commit their own patches can submit their patches to those who have commit access for review and committing. After a short series of good patches, a submitter may be granted commit access by the project coordinators.

Submit a patch

If you'd like to contribute, here are the steps to submit a patch.

  1. File an issue with our Issues Tracker to present and discuss the bug you have found or feature you would like to add.
  2. Clone the git repository. Use Git tool to download the sources rather than just downloading a sources drop from the Google Code web site.
  3. Make your changes to those sources. Follow the project's CodingConventions.
  4. Make your change as small as possible. The patch should include only those code changes necessary to fix the bug or add the feature you are contributing.
  5. Make sure whitespace is properly maintained. If the code you are changing uses tabs for indentation, use tabs for your indentation; ditto for spaces. Curly-brace placement and other formatting rules should follow the surrounding code as well.
  6. Be sure you've git add'd any new or changed files. Also make sure you have not added any compiled or temporary files.
  7. Commit your change to your own cloned git repo using "git commit".
  8. Read GittingStarted on how to share a patch.


Sign in to add a comment