Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand All @@ -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] | 💤 | |

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
- [📚 Explainer](./explainer.md)
- [✨ RFC](./RFC.md)
- [💬 Design discussions](./design-discussions/README.md)
- [😕 FAQ](./FAQ.md)
- [😕 FAQ](./FAQ.md)
2 changes: 1 addition & 1 deletion evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
[design-discussions]: ./design-discussions/README.md