rust/.github/ISSUE_TEMPLATE/library_tracking_issue.md
Trevor Gross 6eef2859c7 Add an ACP list item to the library tracking issue template
Most new API has an associated ACP that is useful to reference, but it
doesn't appear anywhere on the template for new tracking issues. Update
this template to include a link to the ACP.
2025-10-01 18:20:01 +00:00

2.6 KiB

name about title labels
Library Tracking Issue A tracking issue for an unstable library feature. Tracking Issue for XXX C-tracking-issue, T-libs-api, S-tracking-unimplemented

Feature gate: #![feature(...)]

This is a tracking issue for ...

Public API

// core::magic

pub struct Magic;

impl Magic {
    pub fn magic(self);
}

Steps / History

(Remember to update the S-tracking-* label when checking boxes.)

  • ACP: rust-lang/libs-team#...
  • Implementation: #...
  • Final comment period (FCP)1
  • Stabilization PR

Unresolved Questions

  • None yet.