WebAPIContrib is always thrilled to welcome any contributions!
Before contributing any feature, make sure to discuss it upfront with the team - this can be done on Github in an issue, on the mailing list or on Slack.
- Indent with spaces (4) instead of tabs.
- Use the
var
keyword unless the inferred type is not obvious. - Use the C# type aliases for types that have them (ex.
int
instead ofInt32
). - Use meaningful names (no hungarian notation, no Java-style lower case methods).
- Unit tests should normally accompany any PR