Skip to content

Commit 15f3c4e

Browse files
authored
Merge pull request #40 from yaahc/acp-process
setup libs-api ACP process
2 parents ec58fc5 + 01583a8 commit 15f3c4e

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: API Change Proposal
3+
about: Propose a new API change to the libs-api team
4+
title: "(My API Change Proposal)"
5+
labels: api-change-proposal, T-libs-api
6+
assignees: ""
7+
---
8+
9+
# Proposal
10+
11+
## Problem statement
12+
13+
_Start with a concise description of the problem(s) this API change proposal is trying to solve._
14+
15+
## Motivation, use-cases
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._
18+
19+
## Solution sketches
20+
21+
_Please also sketch out one or more solutions to the problem. For alternative solutions please also include any reasoning for why you didn't suggest those as the primary solution. You don't have to have all the details worked out, but it should be enough to convey the idea._
22+
23+
## Links and related work
24+
25+
_Provide links to any internal thread(s), github issues, related work from other languages, or other things that are worth following up on._
26+
27+
## What happens now?
28+
29+
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 in its weekly meeting. You should receive feedback within a week or two.
30+
31+
[API change proposal]: https://std-dev-guide.rust-lang.org/feature-lifecycle/api-change-proposals.html

triagebot.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[major-change]
2+
second_label = "initial-comment-period"
3+
meeting_label = "I-nominated"
4+
# can be found by looking for the first number in URLs, e.g. https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler
5+
# zulip_stream =
6+
# zulip_ping = "T-libs-api"

0 commit comments

Comments
 (0)