From 6ac2dcb155774651100cf68206a79ad27dd1dd86 Mon Sep 17 00:00:00 2001 From: Copilot Date: Thu, 6 Aug 2026 12:50:13 +0000 Subject: [PATCH 1/4] Add emoji section headers to README Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.rst | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f5c18f209..d8247478a 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -====== -Bowtie -====== +============ +๐ŸŽ€ Bowtie +============ .. image:: ./docs/_static/dreamed.png :alt: Bowtie @@ -32,12 +32,21 @@ Bowtie | +๐Ÿค” What is Bowtie? +================== + Bowtie is a *meta*-validator of the `JSON Schema specification `_, by which we mean it coordinates executing *other* `validator implementations `_, collecting and reporting on their results. To do so it defines a simple input/output protocol (specified in `this JSON Schema `_) which validator implementations can implement, and it provides a CLI which can execute supported implementations. +๐ŸŽ€ Why "Bowtie"? +================ + It's called Bowtie because it fans in lots of JSON then fans out lots of results: ``>ยท<``. Looks like a bowtie, no? Also because it's elegant โ€“ we hope. +๐Ÿ“– Documentation +================ + For more information, see `Bowtie's documentation `_. From 352917a107a14ad3ca32bd112462400ccc303453 Mon Sep 17 00:00:00 2001 From: Copilot Date: Thu, 6 Aug 2026 12:51:29 +0000 Subject: [PATCH 2/4] Change README emoji headers to green Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index d8247478a..836978bbf 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ============ -๐ŸŽ€ Bowtie +๐Ÿ’š Bowtie ============ .. image:: ./docs/_static/dreamed.png @@ -32,21 +32,21 @@ | -๐Ÿค” What is Bowtie? +๐ŸŸข What is Bowtie? ================== Bowtie is a *meta*-validator of the `JSON Schema specification `_, by which we mean it coordinates executing *other* `validator implementations `_, collecting and reporting on their results. To do so it defines a simple input/output protocol (specified in `this JSON Schema `_) which validator implementations can implement, and it provides a CLI which can execute supported implementations. -๐ŸŽ€ Why "Bowtie"? +๐ŸŸข Why "Bowtie"? ================ It's called Bowtie because it fans in lots of JSON then fans out lots of results: ``>ยท<``. Looks like a bowtie, no? Also because it's elegant โ€“ we hope. -๐Ÿ“– Documentation +๐Ÿ“— Documentation ================ For more information, see `Bowtie's documentation `_. From 3198c6745350fb4dfb03e5c947ebf207594f05f2 Mon Sep 17 00:00:00 2001 From: Copilot Date: Thu, 6 Aug 2026 12:53:22 +0000 Subject: [PATCH 3/4] Change README emoji headers to purple Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 836978bbf..ed9cb9fb4 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ============ -๐Ÿ’š Bowtie +๐Ÿ’œ Bowtie ============ .. image:: ./docs/_static/dreamed.png @@ -32,21 +32,21 @@ | -๐ŸŸข What is Bowtie? +๐ŸŸฃ What is Bowtie? ================== Bowtie is a *meta*-validator of the `JSON Schema specification `_, by which we mean it coordinates executing *other* `validator implementations `_, collecting and reporting on their results. To do so it defines a simple input/output protocol (specified in `this JSON Schema `_) which validator implementations can implement, and it provides a CLI which can execute supported implementations. -๐ŸŸข Why "Bowtie"? +๐ŸŸฃ Why "Bowtie"? ================ It's called Bowtie because it fans in lots of JSON then fans out lots of results: ``>ยท<``. Looks like a bowtie, no? Also because it's elegant โ€“ we hope. -๐Ÿ“— Documentation +๐Ÿ““ Documentation ================ For more information, see `Bowtie's documentation `_. From 93d54ae1377c7e9ae3f8f2f706af866dfdbdf6be Mon Sep 17 00:00:00 2001 From: Copilot Date: Thu, 6 Aug 2026 13:46:10 +0000 Subject: [PATCH 4/4] Change README emoji headers to yellow Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index ed9cb9fb4..f6469318a 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ============ -๐Ÿ’œ Bowtie +๐Ÿ’› Bowtie ============ .. image:: ./docs/_static/dreamed.png @@ -32,21 +32,21 @@ | -๐ŸŸฃ What is Bowtie? +๐ŸŸก What is Bowtie? ================== Bowtie is a *meta*-validator of the `JSON Schema specification `_, by which we mean it coordinates executing *other* `validator implementations `_, collecting and reporting on their results. To do so it defines a simple input/output protocol (specified in `this JSON Schema `_) which validator implementations can implement, and it provides a CLI which can execute supported implementations. -๐ŸŸฃ Why "Bowtie"? +๐ŸŸก Why "Bowtie"? ================ It's called Bowtie because it fans in lots of JSON then fans out lots of results: ``>ยท<``. Looks like a bowtie, no? Also because it's elegant โ€“ we hope. -๐Ÿ““ Documentation +๐ŸŸจ Documentation ================ For more information, see `Bowtie's documentation `_.