mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-11 10:18:21 +09:00

Align to the way CoreCLR is handling its Documentation folder in the
repo. Add folders. Changed README.md in root, Documentation as well as
CONTRIBUTING.md with new links.
Commit migrated from 06a5ba78cf
940 B
940 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.