diff --git a/0000-template.md b/0000-template.md index 7b9cfcf3a..81d2b368b 100644 --- a/0000-template.md +++ b/0000-template.md @@ -1,7 +1,7 @@ -- Feature Name: none -- Start Date: (fill me in with today's date, 2021-05-04) -- RFC PR: [rust-lang/rfcs#3119](https://github.com/rust-lang/rfcs/pull/3119) -- Rust Issue: [rust-lang/rust#88867](https://github.com/rust-lang/rust/issues/88867) +- Feature Name: (fill me in with a unique ident, `my_awesome_feature`) +- Start Date: (fill me in with today's date, YYYY-MM-DD) +- RFC PR: [rust-lang/rfcs#0000](https://github.com/rust-lang/rfcs/pull/0000) +- Rust Issue: [rust-lang/rust#0000](https://github.com/rust-lang/rust/issues/0000) # Summary [summary]: #summary diff --git a/text/3119-rust-crate-ownership.md b/text/3119-rust-crate-ownership.md index 1e2e582df..30bc79509 100644 --- a/text/3119-rust-crate-ownership.md +++ b/text/3119-rust-crate-ownership.md @@ -1,9 +1,9 @@ # Rust crate ownership policy -- Feature Name: (fill me in with a unique ident, `my_awesome_feature`) -- Start Date: (fill me in with today's date, 2021-05-04) -- RFC PR: [rust-lang/rfcs#0000](https://github.com/rust-lang/rfcs/pull/0000) -- Rust Issue: [rust-lang/rust#0000](https://github.com/rust-lang/rust/issues/0000) +- Feature Name: none +- Start Date: 2021-05-04 +- RFC PR: [rust-lang/rfcs#3119](https://github.com/rust-lang/rfcs/pull/3119) +- Rust Issue: [rust-lang/rust#88867](https://github.com/rust-lang/rust/issues/88867) # Summary