add a CONTRIBUTING.md that links to runtimes file

This commit is contained in:
MilenaHristova 2023-01-10 11:43:02 +01:00
parent c3f8ac8e72
commit 084e6f9bcd
2 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1,7 @@
Contributing
============
See [dotnet/runtime Contributing](./src/runtime/CONTRIBUTING.md) for information about coding styles, source structure, making pull requests, and more.
At this time, the VMR will not accept any changes and is a read-only mirror of the development repositories only.
Please, make the changes in the respective development repositories (e.g., [dotnet/runtime](https://github.com/dotnet/runtime) or [dotnet/sdk](https://github.com/dotnet/sdk)) and they will get synchronized into the VMR automatically.

View file

@ -21,10 +21,6 @@
"source": "src/installer/src/SourceBuild/content",
"destination": ""
},
{
"source": "src/runtime/CONTRIBUTING.md",
"destination": ""
},
{
"source": "src/installer/eng/common",
"destination": "eng/common"