Rollup merge of #139547 - joshtriplett:library-tracking-issue-template, r=Amanieu
Update library tracking issue template to set S-tracking-unimplemented This will help people notice the `S-tracking-*` labels, and if the tracking issue *is* implemented, they can change the label. Discussed in a `@rust-lang/libs-api` meeting. r? `@Amanieu`
This commit is contained in:
commit
f2fd24df00
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
name: Library Tracking Issue
|
||||
about: A tracking issue for an unstable library feature.
|
||||
title: Tracking Issue for XXX
|
||||
labels: C-tracking-issue, T-libs-api
|
||||
labels: C-tracking-issue, T-libs-api, S-tracking-unimplemented
|
||||
---
|
||||
<!--
|
||||
Thank you for creating a tracking issue!
|
||||
|
@ -49,6 +49,8 @@ For larger features, more steps might be involved.
|
|||
If the feature is changed later, please add those PRs here as well.
|
||||
-->
|
||||
|
||||
(Remember to update the `S-tracking-*` label when checking boxes.)
|
||||
|
||||
- [ ] Implementation: #...
|
||||
- [ ] Final comment period (FCP)[^1]
|
||||
- [ ] Stabilization PR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue