1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-12 10:40:30 +09:00
Satori/docs/libraries/contributing.md
Richard Lander 2324c4a04a Convert wiki to docs
Commit migrated from 068c2c5f10
2015-06-02 21:11:33 -07:00

928 B

Contributing to CoreFX

This document describes contribution guidelines that are specific to CoreFX. Please read .NET Core Guidelines for more general .NET Core contribution guidelines.

Coding Style Changes

We intend to bring dotnet/corefx in to full 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 full .NET framework to the master branch. Instead, use the future branch. See Branching Guide.