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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhusemann <drhent@hotmail.com>2019-12-27 02:30:25 +0300
committerDan Moseley <danmose@microsoft.com>2019-12-27 02:30:25 +0300
commitbec651fa22b1a47787c2df3bb803c3b9e3e998bf (patch)
tree669f3b82940076e3e9ec2f78ea9fa3842c9c427e /CONTRIBUTING.md
parent9900dfb4b2e32cf02ca846adaf11e93211629ede (diff)
Add up for grabs links to coreFX and coreCLR (#881)
* Add up for grabs links to coreFX and coreCLR Add note under Up for grabs about issues in CoreCLR and CoreFX, until Issues are fully consolidated. and to submit pull requests to the Runtime Repo. Contributes to #304 * Update CONTRIBUTING.md Co-authored-by: Dan Moseley <danmose@microsoft.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index eda571762eb..f8d66cf203f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -68,6 +68,14 @@ Note: It is OK to create your PR as "[WIP]" on the upstream repo before the impl
The team marks the most straightforward issues as [up for grabs](https://github.com/dotnet/runtime/labels/up-for-grabs). This set of issues is the place to start if you are interested in contributing but new to the codebase.
+Some issues have not yet been migrated here from our "old" repos. You can find those here:
+
+[CoreFX up for grabs](https://github.com/dotnet/corefx/issues?q=is%3Aopen+is%3Aissue+label%3Aup-for-grabs)
+
+[CoreCLR up for grabs](https://github.com/dotnet/coreclr/issues?q=is%3Aopen+is%3Aissue+label%3Aup-for-grabs)
+
+Even for these issues, the pull request should go to this repo.
+
## Commit Messages
Please format commit messages as follows (based on [A Note About Git Commit Messages](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)):