-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
How to Contribute
praeclarum edited this page Aug 10, 2012
·
4 revisions
- Fork the repository
- Check out the repository onto your machine
- 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)
- Commit & push your changes
- Open a pull request on praeclarum/sqlite-net
See the GitHub docs on how to fork a repo for more details.
- 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.