diff --git a/rfcs/0000-rfc-template.md b/rfcs/0000-rfc-template.md index 7612573..0fd3113 100644 --- a/rfcs/0000-rfc-template.md +++ b/rfcs/0000-rfc-template.md @@ -1,7 +1,7 @@ --- Status: Active -Champions: {{ your_github_username }} -PR: {{ update_with_pr_number }} +Champions: "{{ your_github_username }}" +PR: "{{ update_with_pr_link }}" --- # {{ TITLE }} diff --git a/rfcs/0001-rfc-process.md b/rfcs/0001-rfc-process.md index d154764..06e15b9 100644 --- a/rfcs/0001-rfc-process.md +++ b/rfcs/0001-rfc-process.md @@ -1,6 +1,6 @@ --- Status: Accepted -Champions: @justinfagnani +Champions: "@justinfagnani" PR: --- diff --git a/rfcs/0002-lit-3.0.md b/rfcs/0002-lit-3.0.md index 039ff9c..0416125 100644 --- a/rfcs/0002-lit-3.0.md +++ b/rfcs/0002-lit-3.0.md @@ -1,6 +1,6 @@ --- -Status: Active -Champions: @justinfagnani +Status: Accepted +Champions: "@justinfagnani" PR: https://github.com/lit/rfcs/pull/16 --- diff --git a/rfcs/0003-preact-signals.md b/rfcs/0003-preact-signals.md index 925aff6..07bc3f8 100644 --- a/rfcs/0003-preact-signals.md +++ b/rfcs/0003-preact-signals.md @@ -1,5 +1,5 @@ --- -Status: Active +Status: Accepted Champions: "@justinfagnani @rictic" PR: https://github.com/lit/rfcs/pull/19 ---