From 462adf730bab040a3181409786a9af127732cc68 Mon Sep 17 00:00:00 2001 From: Vishal Pankaj Chandratreya <19171016+tfpf@users.noreply.github.com> Date: Tue, 14 Feb 2023 14:15:03 +0530 Subject: [PATCH 1/3] Em dashes instead of consecutive hyphens. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 655c8350e882..7310746b0ec2 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,11 @@ which is generated from `/doc/users/installing/index.rst` ## Contribute -You've discovered a bug or something else you want to change - -excellent! +You've discovered a bug or something else you want to change—excellent! -You've worked out a way to fix it -- even better! +You've worked out a way to fix it—even better! -You want to tell us about it -- best of all! +You want to tell us about it—best of all! Start at the [contributing guide](https://matplotlib.org/devdocs/devel/contributing.html)! From e6eef81f567a2a6e20ad98058ac58193531b8ee0 Mon Sep 17 00:00:00 2001 From: Vishal Pankaj Chandratreya <19171016+tfpf@users.noreply.github.com> Date: Wed, 15 Feb 2023 13:56:19 +0530 Subject: [PATCH 2/3] Code review: Unicode instead of HTML escapes. Co-authored-by: Oscar Gustafsson --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7310746b0ec2..d06ed6417d99 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ which is generated from `/doc/users/installing/index.rst` ## Contribute -You've discovered a bug or something else you want to change—excellent! +You've discovered a bug or something else you want to change—excellent! -You've worked out a way to fix it—even better! +You've worked out a way to fix it—even better! -You want to tell us about it—best of all! +You want to tell us about it—best of all! Start at the [contributing guide](https://matplotlib.org/devdocs/devel/contributing.html)! From bffa86dd1c819690a87321e31616e6c89263cc71 Mon Sep 17 00:00:00 2001 From: Vishal Pankaj Chandratreya <19171016+tfpf@users.noreply.github.com> Date: Thu, 16 Feb 2023 10:36:58 +0530 Subject: [PATCH 3/3] Review comment: spaced dashes. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d06ed6417d99..80b15d660f43 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ which is generated from `/doc/users/installing/index.rst` ## Contribute -You've discovered a bug or something else you want to change—excellent! +You've discovered a bug or something else you want to change — excellent! -You've worked out a way to fix it—even better! +You've worked out a way to fix it — even better! -You want to tell us about it—best of all! +You want to tell us about it — best of all! Start at the [contributing guide](https://matplotlib.org/devdocs/devel/contributing.html)!