diff --git a/README.md b/README.md index bb6ea23..357374d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ * Edit CHARTER.md * Replace placeholder text (see below) * Remove references to "expermental" and "evaluation" unless you need them - + All of the text across all of the initial files uses the same group of variables to allow for easy search and replace. They are listed below. @@ -30,7 +30,7 @@ ## What is this? -This page tracks the work of the {{INITIATIVE_NAME}} [initiative]! To learn more about what we are trying to do, and to find out the people who are doing it, take a look at the [charter]. +This page tracks the work of the {{INITIATIVE_NAME}} [initiative]! To learn more about what we are trying to do, and to find out the people who are doing it, take a look at the [charter]. [charter]: ./CHARTER.md [initiative]: https://lang-team.rust-lang.org/initiatives.html @@ -46,7 +46,7 @@ The following table lists of the stages of an initiative, along with links to th | | | [Tracking issue](https://github.com/rust-lang/rust/) | | [Experimental] | 🦀 | [Evaluation](./evaluation.md) | | | | [RFC](./RFC.md) | -| [Development] | 💤 | [Explainer](./explainer.md) | +| [Development] | 💤 | [Explainer](./explainer.md) | | [Feature complete] | 💤 | Stabilization report | | [Stabilized] | 💤 | | @@ -66,14 +66,15 @@ Key: * Check for 'help wanted' issues on this repository! * If you would like to help with development, please contact the [owner](./charter.md#membership) to find out if there are things that need doing. -* If you would like to help with the design, check the list of active [design questions](./design-questions/README.md) first. -* If you have questions about the design, you can file an issue, but be sure to check the [FAQ](./FAQ.md) or the [design-questions](./design-questions/README.md) first to see if there is already something that covers your topic. -* If you are using the feature and would like to provide feedback about your experiences, please [open a "experience report" issue]. +* If you would like to help with the design, check the list of active [design discussions](./design-discussions/README.md) first. +* If you have questions about the design, you can file an issue, but be sure to check the [FAQ](./FAQ.md) or the [design discussions](./design-discussions/README.md) first to see if there is already something that covers your topic. +* If you are using the feature and would like to provide feedback about your experiences, please [open a "experience report" issue][experience-report]. * If you are using the feature and would like to report a bug, please open a regular issue. We also participate on [{{CHAT_PLATFORM}}][chat-link], feel free to introduce yourself over there and ask us any questions you have. [open issues]: /issues +[experience-report]: https://github.com/rust-lang/{{INITIATIVE_SLUG}}/issues/new?labels=experience-report&template=experience-report.md [chat-link]: {{CHAT_LINK}} [team-toml]: https://github.com/rust-lang/team/blob/master/teams/initiative-{{INITIATIVE_SLUG}}.toml diff --git a/SUMMARY.md b/SUMMARY.md index e861173..22160cf 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -6,4 +6,4 @@ - [📚 Explainer](./explainer.md) - [✨ RFC](./RFC.md) - [💬 Design discussions](./design-discussions/README.md) -- [😕 FAQ](./FAQ.md) +- [😕 FAQ](./FAQ.md) \ No newline at end of file diff --git a/evaluation.md b/evaluation.md index aadce33..8d51d10 100644 --- a/evaluation.md +++ b/evaluation.md @@ -5,4 +5,4 @@ It is not required for all initiatives, only those that begin with a problem sta but without a clear picture of the best solution. Often the evaluation will refer to topics in the [design-discussions] for more detailed consideration. -[design-discussions]: ./design-discussions.md \ No newline at end of file +[design-discussions]: ./design-discussions/README.md \ No newline at end of file