Skip to content
praeclarum edited this page Aug 10, 2012 · 4 revisions

How to Contribute

Submitting Patches (Pull Requests)

  1. Fork the repository
  2. Check out the repository onto your machine
  3. Hack on src/SQLite.cs (but don't change the formatting! If you use VS's auto format the God's will frown upon you)
  4. Commit & push your changes
  5. Open a pull request on praeclarum/sqlite-net

See the GitHub docs on how to fork a repo for more details.

Code Formatting

  • Use Tabs aligned to 4 characters
  • All Members are PascalCase except for private fields are camelCase with a leading _
  • Curly braces go on the same line of the statement needing them except Namespaces, Classes, and Method definitions get them on the next line.
Clone this wiki locally