Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Move wiki files to corefx and coreclr repos #1879

Merged
merged 51 commits into from
Jun 3, 2015

Conversation

richlander
Copy link
Member

  • Moved most docs to corefx repo.
  • Moved most contributing information to coreclr repo, since the bulk of that info was already there.

See: dotnet/coreclr#1075. Some of the links in this PR are dependent on this CoreCLR PR being merged.

In reponse to issue #1781.

/cc @ellismg, @janvorli, @blackdwarf, @terrajobst, @akoeplinger


For work that involves adding new APIs we'd like the issue to contain what we call a *speclet*. The speclet should provide a rough sketch of how the APIs are intended to be used, with sample code that shows typical scenarios. The goal isn't to be complete but rather to illustrate the direction so that readers can judge whether the proposal is sound. Here is [a good example](https://github.com/dotnet/corefx/issues/271).

![API Review Process](img/API-Review-Process.png)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only file in the img folder, move it to the existing images folder.

@nguerrera
Copy link
Contributor

👍 Thanks, @richlander.

Building CoreFX on Linux
========================

CoreFx can be built on top of current [Mono CI builds](https://github.com/dotnet/corefx/wiki/Building-On-Unix#installing-mono-packages) or a direct [build/install of Mono](http://www.mono-project.com/docs/compiling-mono/). It builds using MSBuild and Roslyn and requires changes that have not yet made it to official released builds.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this wiki link need to point into something else instead?

@stephentoub
Copy link
Member

A few minor comments, but otherwise LGTM.

@richlander richlander force-pushed the rich-docs-update branch 2 times, most recently from 18c39ac to 5dae407 Compare June 1, 2015 21:03
@stephentoub
Copy link
Member

LGTM

@richlander richlander force-pushed the rich-docs-update branch 4 times, most recently from 017f0d1 to 8c9236d Compare June 2, 2015 15:06
@richlander
Copy link
Member Author

I made a couple more changes for symmetry between the repos. The following files are now same-named (with different but analogous content) across both repos to make it look like there was a single approach across them. Novel idea, eh?

  • README.md
  • contributing.md
  • developer-guide.md
  • performance-guidelines.md
  • linux-instructions.md
  • windows-instructions.md

I will continue to rename files towards this end, should differences crop up. There was a small bit of different casing styles. I fixed those, too.

@akoeplinger
Copy link
Member

I like it, seems much more consistent now 👍

@richlander
Copy link
Member Author

@akoeplinger Fixed the CONTRIBUTING.md issue. Updated both links. Good catch.

richlander added a commit that referenced this pull request Jun 3, 2015
Move wiki files to corefx and coreclr repos
@richlander richlander merged commit 5c6e421 into dotnet:master Jun 3, 2015
@richlander richlander deleted the rich-docs-update branch June 3, 2015 04:12
@karelz karelz modified the milestone: 1.0.0-rtm Dec 3, 2016
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Move wiki files to corefx and coreclr repos

Commit migrated from dotnet/corefx@5c6e421
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet