Skip to content

Commit 220fd00

Browse files
committed
setup libs-api ACP process
1 parent ec58fc5 commit 220fd00

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. 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 triage meetings. 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-proposal.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)