Update READMEs

This commit is contained in:
Mads Torgersen 2017-01-31 13:07:49 -08:00
parent b9aa7a6a39
commit a5f82604ea
2 changed files with 13 additions and 5 deletions

View file

@ -1,9 +1,17 @@
#C# Language Design
# C# Language Design
##Design Process
Welcome to the official repo for C# language design.
## Design Process
##Mailing lists
C# is designed by the C# Language Design Team (LDT).
***Design ideas*** should be posed and discussed on the [csharplang](https://lists.dot.net/mailman/listinfo/csharplang) mailing list. *They should not be opened as issues in this repo.* Ideas that the LDT feel could potentially make it into the language should be turned into proposals in this repo, either by members of the LDT or by community members by invitation from the LDT.
##Active Proposals
***Proposals*** live in the [proposals](proposals) folder. The lifetime of a proposal is described in [proposals/README.md](proposals/README.md).
***Language Design Meetings*** (LDMs) are held by the LDT and occasional invited guests, and are documented in Design Meeting Notes in the [meetings](meetings) folder, organized in folders by year. The lifetime of a design meeting note is described in [meetings/README.md](meetings/README.md). LDMs are where decisions about future C# versions are made, including which proposals do work on, how to evolve the proposals, and whether and when to adopt them.
## Language Specification
It is our plan to move the C# Language Specification into Markdown, and draft it in the `spec` folder. The spec drafts will eventually be standardized and published by ECMA.

View file

@ -2,7 +2,7 @@
Language proposals are living documents describing the current thinking about a give language feature.
Proposals can be either *active*, *inactive*, *rejected* or *done*. *Active* proposals are stored directly in the proposals folder, *inactive* and *rejected* proposals are stored in the [inactive](https://github.com/dotnet/csharplang/tree/master/proposals/inactive) and [rejected](https://github.com/dotnet/csharplang/tree/master/proposals/rejected) subfolders, and *done* proposals are stored in a folder corresponding to the language version they are part of.
Proposals can be either *active*, *inactive*, *rejected* or *done*. *Active* proposals are stored directly in the proposals folder, *inactive* and *rejected* proposals are stored in the [inactive](https://github.com/dotnet/csharplang/tree/master/proposals/inactive) and [rejected](https://github.com/dotnet/csharplang/tree/master/proposals/rejected) subfolders, and *done* proposals are archived in a folder corresponding to the language version they are part of.
## Lifetime of a proposal