Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 925 Bytes

contributing.md

File metadata and controls

18 lines (12 loc) · 925 Bytes

Contributing to GoodToCode Open-Source Projects

This document describes contribution guidelines that are specific to the GoodToCode Open-Source Projects. Please read C# Programming Guide for more general C# .NET contribution guidelines.

Coding Style Changes

GoodToCode Open-Source projects are in conformance with the style guidelines described in Coding Style.

We plan to do that with tooling, in a holistic way. In the meantime, please:

  • DO NOT send PRs for style changes.
  • DO give priority to the current style of the project or file you're changing even if it diverges from the general guidelines.

API Changes

  • DON'T submit API additions to any type that has shipped in the GoodToCode open-source project to the master branch. Instead, use the future branch.