From ce1a4d37971ec1b21a63beb94154c7872157312f Mon Sep 17 00:00:00 2001 From: Justin Fagnani Date: Tue, 22 Aug 2023 16:14:45 -0700 Subject: [PATCH 1/2] Quote YAML values that start with symbols --- rfcs/0000-rfc-template.md | 4 ++-- rfcs/0001-rfc-process.md | 2 +- rfcs/0002-lit-3.0.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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..922018f 100644 --- a/rfcs/0002-lit-3.0.md +++ b/rfcs/0002-lit-3.0.md @@ -1,6 +1,6 @@ --- Status: Active -Champions: @justinfagnani +Champions: "@justinfagnani" PR: https://github.com/lit/rfcs/pull/16 --- From e9c5e5cb310134e4f0eabe4f8b23ca7caa2c495c Mon Sep 17 00:00:00 2001 From: Justin Fagnani Date: Tue, 22 Aug 2023 16:14:58 -0700 Subject: [PATCH 2/2] Mark 3.0 and signals as Accepted --- rfcs/0002-lit-3.0.md | 2 +- rfcs/0003-preact-signals.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rfcs/0002-lit-3.0.md b/rfcs/0002-lit-3.0.md index 922018f..0416125 100644 --- a/rfcs/0002-lit-3.0.md +++ b/rfcs/0002-lit-3.0.md @@ -1,5 +1,5 @@ --- -Status: Active +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 ---