|
1 |
| -# Generic Associated Types Initiative |
| 1 | +# Generic Associated Types initiative |
2 | 2 |
|
3 |
| - |
4 |
| -[][gh-pages] |
| 3 | +<!-- |
| 4 | + Status badge advertising the project as being actively worked on. When the |
| 5 | + project has finished be sure to replace the active badge with a badge |
| 6 | + like: https://img.shields.io/badge/status-archived-grey.svg |
| 7 | +--> |
| 8 | + |
5 | 9 |
|
6 |
| -Welcome to the repository for the Generic Associated Types [initiative]! This is the repository we use to organise our work. Please refer to our [charter] as well |
7 |
| -as our [github pages website][gh-pages] for more information on our goals and |
8 |
| -current scope. |
| 10 | +## What is this? |
| 11 | + |
| 12 | +This page tracks the work of the Generic Associated Types [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]. |
9 | 13 |
|
10 |
| -[initiative]: https://lang-team.rust-lang.org/initiatives.html |
11 | 14 | [charter]: ./CHARTER.md
|
12 |
| -[gh-pages]: https://rust-lang.github.io/{{GROUP_SLUG}} |
| 15 | +[initiative]: https://lang-team.rust-lang.org/initiatives.html |
13 | 16 |
|
14 |
| -## How Can I Get Involved? |
| 17 | +## Current status |
| 18 | + |
| 19 | +The following table lists of the stages of an initiative, along with links to the artifacts that will be produced by the start of that stage. |
15 | 20 |
|
16 |
| -* We are not looking for coding support at this time. |
17 |
| -* You may wish to submit experience reports or participate in active discussions, however, please visit our [issues page](/issues). |
| 21 | +| Stage | State | Artifact(s) | |
| 22 | +| ------------------------------------- | ----- | ----------- | |
| 23 | +| [Proposal] | ✅ | [Charter](./CHARTER.md) | |
| 24 | +| | | [Tracking issue](https://github.com/rust-lang/rust/) | |
| 25 | +| [Experimental] | ✅ | [RFC](./RFC.md) | |
| 26 | +| [Development] | 🦀 | [Explainer](./explainer.md) | |
| 27 | +| [Feature complete] | 💤 | Stabilization report | |
| 28 | +| [Stabilized] | 💤 | | |
| 29 | + |
| 30 | +[Proposal]: https://lang-team.rust-lang.org/initiatives/process/stages/proposal.html |
| 31 | +[Experimental]: https://lang-team.rust-lang.org/initiatives/process/stages/proposal.html |
| 32 | +[Development]: https://lang-team.rust-lang.org/initiatives/process/stages/development.html |
| 33 | +[Feature complete]: https://lang-team.rust-lang.org/initiatives/process/stages/feature-complete.html |
| 34 | +[Stabilized]: https://lang-team.rust-lang.org/initiatives/process/stages/stabilized.html |
| 35 | + |
| 36 | +Key: |
| 37 | + |
| 38 | +* ✅ -- phase complete |
| 39 | +* 🦀 -- phase in progress |
| 40 | +* 💤 -- phase not started yet |
| 41 | + |
| 42 | +## How Can I Get Involved? |
18 | 43 |
|
19 |
| -If you'd like to participate be sure to check out any of our [open issues] on this repository. |
| 44 | +* Check for "help wanted" issues on this repository! |
| 45 | +* 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. |
| 46 | +* If you would like to help with the design, check the list of active [design questions](./design-questions/README.md) first. |
| 47 | +* 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. |
| 48 | +* If you are using the feature and would like to provide feedback about your experiences, please [open a "experience report" issue]. |
| 49 | +* If you are using the feature and would like to report a bug, please open a regular issue. |
20 | 50 |
|
21 |
| -We also chat in the `#wg-traits` stream on the [rust-lang Zulip], feel free to introduce yourself over there and ask us any questions you have. |
| 51 | +We also participate on [Zulip][chat-link], feel free to introduce yourself over there and ask us any questions you have. |
22 | 52 |
|
23 |
| -[rust-lang Zulip]: https://rust-lang.zulipchat.com/ |
| 53 | +[open issues]: /issues |
| 54 | +[chat-link]: https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits |
| 55 | +[team-toml]: https://github.com/rust-lang/team/blob/master/teams/initiative-gats.toml |
24 | 56 |
|
25 | 57 | ## Building Documentation
|
26 | 58 | This repository is also an mdbook project. You can view and build it using the
|
|
0 commit comments