add a CONTRIBUTING.md that links to runtimes file
This commit is contained in:
parent
c3f8ac8e72
commit
084e6f9bcd
2 changed files with 7 additions and 4 deletions
7
src/SourceBuild/content/CONTRIBUTING.md
Normal file
7
src/SourceBuild/content/CONTRIBUTING.md
Normal 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.
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue