Thanks you for your interest in contributing to Sat4.NET - Please see our our Code of Conduct.
If you're looking for something to fix, please browse open issues.
Please follow the style used within the project
- Don't use the
privatekeyword as it is the default accessibility level in C# - Apply readonly on class level private variables that are assigned in the constructor
- 4 SPACES - tabs do not exist :)
To propose a change or new feature, please make use the feature request area in issues/
The following topics should generally not be proposed for discussion as they are non-starters:
- Large renames of APIs
- Large non-backward-compatible breaking changes
- Avoid clutter posts like "+1" which do not serve to further the conversation