Skip to content

Commit 35abf90

Browse files
authored
Use SF as the proposal prefix and update the links placeholder (#1137)
1 parent 8190cd3 commit 35abf90

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Proposals/0000-template.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Feature name
22

3-
* Proposal: [FOU-NNNN](NNNN-filename.md)
3+
* Proposal: [SF-NNNN](NNNN-filename.md)
44
* Authors: [Author 1](https://github.com/swiftdev), [Author 2](https://github.com/swiftdev)
55
* Review Manager: TBD
66
* Status: **Awaiting implementation** or **Awaiting review**
7-
* Bug: *if applicable* [apple/swift#NNNNN](https://github.com/apple/swift-foundation/issues/NNNNN)
8-
* Implementation: [apple/swift-foundation#NNNNN](https://github.com/apple/swift-foundation/pull/NNNNN)
9-
* Previous Proposal: *if applicable* [FOU-XXXX](XXXX-filename.md)
10-
* Previous Revision: *if applicable* [1](https://github.com/apple/swift-evolution/blob/...commit-ID.../proposals/NNNN-filename.md)
7+
* Bug: *if applicable* [swiftlang/swift-foundation#NNNNN](https://github.com/swiftlang/swift-foundation/issues/NNNNN)
8+
* Implementation: [swiftlang/swift-foundation#NNNNN](https://github.com/swiftlang/swift-foundation/pull/NNNNN)
9+
* Previous Proposal: *if applicable* [SF-XXXX](XXXX-filename.md)
10+
* Previous Revision: *if applicable* [1](https://github.com/swiftlang/swift-foundation/blob/...commit-ID.../Proposals/NNNN-filename.md)
1111
* Review: ([pitch](https://forums.swift.org/...))
1212

1313
When filling out this template, you should delete or replace all of the text except for the section headers and the header fields above. For example, you should delete everything from this paragraph down to the Introduction section below.

0 commit comments

Comments
 (0)