Skip to content

Commit a86cd84

Browse files
committed
Split possible responses into problem and solution/alternatives
1 parent d7c8e98 commit a86cd84

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/ISSUE_TEMPLATE/api-change-proposal.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,14 @@ This issue is part of the libs-api team [API change proposal process]. Once this
4242

4343
[API change proposal process]: https://std-dev-guide.rust-lang.org/feature-lifecycle/api-change-proposals.html
4444

45-
Some common possible responses from the libs team:
45+
## Possible responses
4646

47-
- We like this specific solution, approved, you or someone else should implement this.
48-
- We think this problem is worth solving, but we don't think the proposed solution is the right solution. Here are some hints that might help shape a better solution.
49-
- We don't think this should be part of the standard library. This doesn't mean the problem is unimportant, but not everything belongs in the standard library.
47+
The libs team may respond in various different ways. First, the team will consider the *problem* (this doesn't require any concrete solution or alternatives to have been proposed):
48+
49+
- We think this problem seems worth solving, and the standard library might be the right place to solve it.
50+
- We think that this probably doesn't belong in the standard library.
51+
52+
Second, if there's a concrete solution:
53+
54+
- We think this specific solution looks roughly right, approved, you or someone else should implement this. (Further review will still happen on the subsequent implementation PR.)
55+
- We're not sure this is the right solution, and the alternatives or other materials don't give us enough information to be sure about that. Here are some questions we have that aren't answered, or rough ideas about alternatives we'd want to see discussed.

0 commit comments

Comments
 (0)