From 928fe85e18c9946e8afa9c89f5657ac80bc025f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=90=9A=E8=87=B4=E8=BF=9C?= Date: Tue, 27 Apr 2021 22:53:37 +0800 Subject: [PATCH 1/3] docs: added Contributor Over Time --- HOWTO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HOWTO.md b/HOWTO.md index 50522f78e7924..ab8160f6e1a47 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -10,7 +10,9 @@ Welcome to Free-Programming-Books! We welcome new contributors; even those makin * [Youtube - Markdown Crash Course](https://www.youtube.com/watch?v=HUBNt18RFbo) -Don't hesitate to ask questions; every contributor started with a first PR. You could be our thousandth! +Don't hesitate to ask questions; every contributor started with a first PR. You could be our thousandth! Just to see the Contributor Over Time! + +![Contributor over time](https://contributor-graph-api.apiseven.com/contributors-svg?repo=EbookFoundation/free-programming-books) Even if you're an experienced open source contributor, there are things that might trip you up. Once you've submitted your PR, Travis-CI will run a linter, often finding little issues with spacing or alphabetization. If you get a green button, everything is ready for review, but if not, click on the travis link to find out what the linter didn't like. Fix the problem and add a commit to your PR. From 328a4b6df88871bbc0df464b9d59e4fb343bf809 Mon Sep 17 00:00:00 2001 From: Eric Hellman Date: Sun, 7 Nov 2021 10:04:25 -0500 Subject: [PATCH 2/3] update wording --- HOWTO.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/HOWTO.md b/HOWTO.md index ab8160f6e1a47..45a06dc9b942f 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -10,9 +10,7 @@ Welcome to Free-Programming-Books! We welcome new contributors; even those makin * [Youtube - Markdown Crash Course](https://www.youtube.com/watch?v=HUBNt18RFbo) -Don't hesitate to ask questions; every contributor started with a first PR. You could be our thousandth! Just to see the Contributor Over Time! - -![Contributor over time](https://contributor-graph-api.apiseven.com/contributors-svg?repo=EbookFoundation/free-programming-books) +Don't hesitate to ask questions; every contributor started with a first PR. Join a team of [two thousand contributors!](https://contributor-graph-api.apiseven.com/contributors-svg?repo=EbookFoundation/free-programming-books) Even if you're an experienced open source contributor, there are things that might trip you up. Once you've submitted your PR, Travis-CI will run a linter, often finding little issues with spacing or alphabetization. If you get a green button, everything is ready for review, but if not, click on the travis link to find out what the linter didn't like. Fix the problem and add a commit to your PR. From ba6a84db20f30b49af9ea0d4f750635a2141e5ee Mon Sep 17 00:00:00 2001 From: Eric Hellman Date: Mon, 8 Nov 2021 08:53:58 -0500 Subject: [PATCH 3/3] reword so we don't have to maintain it. --- HOWTO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOWTO.md b/HOWTO.md index 45a06dc9b942f..6893e19f77ddc 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -10,7 +10,7 @@ Welcome to Free-Programming-Books! We welcome new contributors; even those makin * [Youtube - Markdown Crash Course](https://www.youtube.com/watch?v=HUBNt18RFbo) -Don't hesitate to ask questions; every contributor started with a first PR. Join a team of [two thousand contributors!](https://contributor-graph-api.apiseven.com/contributors-svg?repo=EbookFoundation/free-programming-books) +Don't hesitate to ask questions; every contributor started with a first PR. So... why not join our [large, growing](https://contributor-graph-api.apiseven.com/contributors-svg?repo=EbookFoundation/free-programming-books) community. Even if you're an experienced open source contributor, there are things that might trip you up. Once you've submitted your PR, Travis-CI will run a linter, often finding little issues with spacing or alphabetization. If you get a green button, everything is ready for review, but if not, click on the travis link to find out what the linter didn't like. Fix the problem and add a commit to your PR.