From ad4cecb09de6a56b5217408ebec4d66f8f352315 Mon Sep 17 00:00:00 2001 From: Robin Thomas Date: Thu, 24 Aug 2023 07:39:14 +0800 Subject: [PATCH 1/3] docs: add Contributors section to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1af48c6d..3f65c809 100644 --- a/README.md +++ b/README.md @@ -186,3 +186,7 @@ And also the Vue.js community for the CLI we used to generate our templates: ## License Create Eth App is open source software [licensed as MIT](https://github.com/paulrberg/create-eth-app/blob/develop/LICENSE). + +## Contributors + + From d82408dde8322357d43219a6962f3c3f0c552a5d Mon Sep 17 00:00:00 2001 From: Robin Thomas Date: Thu, 24 Aug 2023 16:34:21 +0800 Subject: [PATCH 2/3] docs: replace credits section with contributors section --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3f65c809..47396b73 100644 --- a/README.md +++ b/README.md @@ -163,14 +163,9 @@ But Ethereum is a large ecosystem. Here are a few common cases where you might w For alternatives to React in particular, read the [official Create React App documentation](https://github.com/facebook/create-react-app/blob/master/README.md#popular-alternatives). -## Credits - -This project exists thanks to all the people who contributed: +## Contributors -- [@PaulRBerg](https://github.com/paulrberg) -- [@TomAFrench](https://github.com/TomAFrench) -- [@KadenZipfel](https://github.com/kadenzipfel) -- [@rnbrady](https://github.com/rnbrady) + ## Acknowledgements @@ -186,7 +181,3 @@ And also the Vue.js community for the CLI we used to generate our templates: ## License Create Eth App is open source software [licensed as MIT](https://github.com/paulrberg/create-eth-app/blob/develop/LICENSE). - -## Contributors - - From 30be1a7e2cd1e2346807006a7e5c51adaadd6c42 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Thu, 24 Aug 2023 11:42:22 +0300 Subject: [PATCH 3/3] docs: flip order of sections --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 47396b73..480d4f56 100644 --- a/README.md +++ b/README.md @@ -163,10 +163,6 @@ But Ethereum is a large ecosystem. Here are a few common cases where you might w For alternatives to React in particular, read the [official Create React App documentation](https://github.com/facebook/create-react-app/blob/master/README.md#popular-alternatives). -## Contributors - - - ## Acknowledgements We are grateful to the authors of existing related projects from which we drew inspiration: @@ -178,6 +174,10 @@ And also the Vue.js community for the CLI we used to generate our templates: - [@vue/cli](https://cli.vuejs.org/) +## Contributors + + + ## License Create Eth App is open source software [licensed as MIT](https://github.com/paulrberg/create-eth-app/blob/develop/LICENSE).