From 2a10ba531b8a237d49f696ca39a669ba65ac8607 Mon Sep 17 00:00:00 2001 From: Maxime De Greve Date: Thu, 14 Mar 2024 18:57:59 +0000 Subject: [PATCH 1/3] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We want to make our template more discoverable. - [💬 Internal Slack thread](https://github.slack.com/archives/C02NUUQ9C30/p1710415630143979) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ba5eb7685fd..b5ca1227ef7 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ npm install @primer/react yarn add @primer/react ``` +## Template + +The fastest way to try or make a prototype with Primer React without setting up a new project is by using our [react template](https://github.com/primer/react-template). + ## Roadmap You can track our roadmap progress in the [Roadmap Project Board](https://github.com/primer/react/projects/3), see more detail in the [quarterly planning Discussions](https://github.com/primer/react/discussions?discussions_q=%5BRoadmap%5D), and find a [list of all the current epic tracking issues](https://github.com/primer/react/discussions/997). From 4b66da522218847cf69cc39c93eced34393938db Mon Sep 17 00:00:00 2001 From: Maxime De Greve Date: Thu, 14 Mar 2024 19:05:25 +0000 Subject: [PATCH 2/3] Create ten-candles-melt.md --- .changeset/ten-candles-melt.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/ten-candles-melt.md diff --git a/.changeset/ten-candles-melt.md b/.changeset/ten-candles-melt.md new file mode 100644 index 00000000000..f9793253929 --- /dev/null +++ b/.changeset/ten-candles-melt.md @@ -0,0 +1,5 @@ +--- + "@primer/react": patch + --- + + Add our react template to the README.md From 2dc9dcb45f2dd382d5d9aa3b3004a3bd96fc19b6 Mon Sep 17 00:00:00 2001 From: Maxime De Greve Date: Sun, 17 Mar 2024 19:12:36 +0000 Subject: [PATCH 3/3] Update README.md Co-authored-by: Owen Niblock --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5ca1227ef7..8eff2efda57 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ yarn add @primer/react ## Template -The fastest way to try or make a prototype with Primer React without setting up a new project is by using our [react template](https://github.com/primer/react-template). +The fastest way make a prototype or try Primer React without setting up a new project is by using our [react template](https://github.com/primer/react-template). ## Roadmap