8000 Sat4.NET/.github/CONTRIBUTING.md at main · chiefmonk/Sat4.NET · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 900 Bytes

File metadata and controls

24 lines (15 loc) · 900 Bytes

Contributing

Thanks you for your interest in contributing to Sat4.NET - Please see our our Code of Conduct.

Bug Fixes

If you're looking for something to fix, please browse open issues.

Please follow the style used within the project

  • Don't use the private keyword 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 :)

Feature Requests

To propose a change or new feature, please make use the feature request area in issues/

Non-Starter Topics

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
0