Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/library_tracking_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, S-tracking-unimplemented
labels: C-tracking-issue, T-libs, S-tracking-unimplemented
---
<!--
Thank you for creating a tracking issue!
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/tracking_issue_future.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ are for lints that implement a future-incompatible warning.
Remember to add team labels to the tracking issue.
For something that affects the language, this would be `T-lang`, and for libs
it would be `T-libs-api`.
it would be `T-libs`.
Also check for any `A-` labels to add.
-->

Expand Down
Loading