rust/.github/ISSUE_TEMPLATE/library_tracking_issue.md
Josh Triplett fe079c4e57 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.
2025-04-08 08:10:41 -07:00

2.5 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.)

  • Implementation: #...
  • Final comment period (FCP)1
  • Stabilization PR

Unresolved Questions

  • None yet.