Skip to content

Commit 54f6c8b

Browse files
authored
[SE-0500] Fix proposal ID
Fixes: ```bash curl https://download.swift.org/swift-evolution/v1/evolution.json 2>/dev/null | jq '.proposals[] | select(.id == "SE-500") | .errors' [ { "code": 0, "kind": "error", "message": "Proposal ID must include four decimal digits.", "suggestion": "" } ```
1 parent 2f4c8f3 commit 54f6c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0500-package-manager-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Improving package creation with custom templates: SwiftPM Template Initialization
22

3-
* Proposal: [SE-500](0500-package-manager-templates.md)
3+
* Proposal: [SE-0500](0500-package-manager-templates.md)
44
* Authors: [John Bute](https://github.com/johnbute)
55
* Review Manager: [Franz Busch](https://github.com/FranzBusch)
66
* Status: **Active Review (November 20 - December 4, 2025)**

0 commit comments

Comments
 (0)