Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2016-10-31 21:02:10 +0300
committerGitHub <noreply@github.com>2016-10-31 21:02:10 +0300
commiteb883d78defbc7d4cae3b8ebd0fa68852eb583e3 (patch)
tree6f8e641e446364ea1d8b7a2835d48a6a30a76563 /Documentation/project-docs
parentec9c9f51a0897d57c911727c4bb5389ec6c13c54 (diff)
API requests section (#13174)
* API requests section We don't seem to use the future branch anymore. The other branch related documentation does not mention it.
Diffstat (limited to 'Documentation/project-docs')
-rw-r--r--Documentation/project-docs/contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/project-docs/contributing.md b/Documentation/project-docs/contributing.md
index 8319a7b2fa..c9ba3c2ea1 100644
--- a/Documentation/project-docs/contributing.md
+++ b/Documentation/project-docs/contributing.md
@@ -15,7 +15,7 @@ We intend to bring dotnet/corefx into full conformance with the style guidelines
API Changes
-----------
-* **DO NOT** submit to the *master* branch API additions to any type that has shipped in the full .NET framework. Instead, use the *future* branch. See [Branching Guide](branching-guide.md). Further, do not submit such PRs until the APIs have been approved via the [API Review Process](api-review-process.md).
+* **DO NOT** submit such PRs until the APIs have been approved via the [API Review Process](api-review-process.md).
Pull Requests
-------------