Skip to content

Commit 6fa6fd6

Browse files
committed
update
1 parent f21a827 commit 6fa6fd6

File tree

3 files changed

+29
-32
lines changed

3 files changed

+29
-32
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Experience report
3+
about: Describe your experiences with GATs
4+
title: ''
5+
labels: experience-report
6+
assignees: ''
7+
8+
---
9+
10+
### Code description
11+
12+
Describe what you were trying to do with generic associated types. Links to source code are always appreciated!
13+
14+
### What worked well
15+
16+
Describe what aspects of GATs worked well for you.
17+
18+
### What worked less well
19+
20+
Describe what aspects of GATs did not work well for you. Perhaps they were confusing, or you weren't able to get your code to compile the way you wanted? Or perhaps it was just not ergonomic.

README.md

+8-31
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,13 @@
2727
![initiative status: active](https://img.shields.io/badge/status-active-brightgreen.svg)
2828
[![initiative documentation](https://img.shields.io/badge/MDBook-View%20Documentation-blue)][gh-pages]
2929

30+
## What is this?
3031

31-
**FIX ME**
32-
33-
<!--
34-
Provide a short introduction about your initiative. Make sure to include any
35-
relevant links to information about your group.
36-
-->
37-
38-
Welcome to the repository for the {{INITIATIVE_NAME}} [initiative]! This is the repository we use to organise our work. Please refer to our [charter] as well as our [github pages website][gh-pages] for more information on our goals and current scope.
32+
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].
3933

4034
[charter]: ./CHARTER.md
41-
[gh-pages]: https://rust-lang.github.io/{{INITIATIVE_SLUG}}
4235
[initiative]: https://lang-team.rust-lang.org/initiatives.html
4336

44-
**/FIX ME**
45-
4637
## Current status
4738

4839
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.
@@ -71,27 +62,13 @@ Key:
7162

7263
## How Can I Get Involved?
7364

74-
**FIX ME**
75-
76-
<!--
77-
List ways that people from outside your group can get involved and potentially
78-
become members, include what meetings your team has, and how a person could
79-
start participating and contributing. Make sure to mention the main platform
80-
your group hosts its discussions. Be sure to also include links to any
81-
other projects that your group maintains.
82-
-->
83-
84-
The issues from this repository
85-
86-
[You can find a list of the current members available
87-
on `rust-lang/team`.][team-toml]
88-
89-
If you'd like to participate be sure to check out any of our [open issues] on this
90-
repository.
91-
92-
We also participate on [{{CHAT_PLATFORM}}][chat-link], feel free to introduce
93-
yourself over there and ask us any questions you have.
65+
* 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.
66+
* If you would like to help with the design, check the list of active [design questions](./design-questions/README.md) first.
67+
* 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.
68+
* If you are using the feature and would like to provide feedback about your experiences, please [open a "experience report" issue].
69+
* If you are using the feature and would like to report a bug, please open a regular issue.
9470

71+
We also participate on [{{CHAT_PLATFORM}}][chat-link], feel free to introduce yourself over there and ask us any questions you have.
9572

9673
[open issues]: /issues
9774
[chat-link]: {{CHAT_LINK}}

evaluation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🔬 Evaluation
22

3-
The *evaluation* surveys the various design approaches that are under consideration.
3+
> The *evaluation* surveys the various design approaches that are under consideration.
44
It is not required for all initiatives, only those that begin with a problem statement
55
but without a clear picture of the best solution. Often the evaluation will refer to topics
66
in the [design-discussions] for more detailed consideration.

0 commit comments

Comments
 (0)