You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/api-change-proposal.md
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,14 @@ assignees: ""
14
14
15
15
## Motivating examples or use cases
16
16
17
-
<!-- Next add any motivating examples. Examples should ideally be real world examples, or minimized versions of the real world example in scenarios where the motivating code is not open source. -->
17
+
<!-- Next add any motivating examples. Examples should ideally be real world examples, or minimized versions of the real world example in scenarios where the motivating code is not open source. Don't propose changes you think might *hypothetically* be useful; real use cases help make sure we have the right design. -->
18
18
19
19
## Solution sketch
20
20
21
21
<!--
22
22
If you have a sketch of a concrete solution, please include it here. You don't have to have all the details worked out, but it should be enough to convey the idea.
23
23
24
-
If you want to smoke-test whether some solution to the problem would be acceptable, you can delete this section.
24
+
If you want to quickly check whether *any* some solution to the problem would be acceptable, you can delete this section.
25
25
-->
26
26
27
27
## Alternatives
@@ -41,3 +41,15 @@ Could this be written using existing APIs? If so, roughly what would that look l
41
41
This issue is part of the libs-api team [API change proposal process]. Once this issue is filed the libs-api team will review open proposals as capability becomes available. Current response times do not have a clear estimate, but may be up to several months.
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