From ae8a39b9e8db7449b400912e134976caa810e39f Mon Sep 17 00:00:00 2001 From: Jess Date: Fri, 20 Apr 2018 14:05:33 +0900 Subject: [PATCH 1/4] Added backers and sponsors on the README --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 566a4f178000..34c26849dfb1 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,37 @@ or [forum](https://discourse.gitea.io/)! * [Contributors](https://github.com/go-gitea/gitea/graphs/contributors) * [Translators](options/locale/TRANSLATORS) +## Credits +### Contributors + +This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. + + + +### Backers + +Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/gitea#backer)] + + + + +### Sponsors + +Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/gitea#sponsor)] + + + + + + + + + + + + + + ## License This project is licensed under the MIT License. From f67aeb1e18dda2c4cd56937504fd19e19a05209a Mon Sep 17 00:00:00 2001 From: Jess Date: Fri, 20 Apr 2018 14:05:33 +0900 Subject: [PATCH 2/4] Added call to donate after npm install (optional) --- package.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3410bb1f3589..fdf0b24bcd6b 100644 --- a/package.json +++ b/package.json @@ -3,5 +3,16 @@ "devDependencies": { "less": "^2.7.2", "less-plugin-clean-css": "^1.5.1" + }, + "dependencies": { + "opencollective": "^1.0.3" + }, + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/gitea", + "logo": "https://opencollective.com/gitea/logo.txt" + }, + "scripts": { + "postinstall": "opencollective postinstall" } -} +} \ No newline at end of file From af50c6c6cf167d0095f6526c928465e376dcd599 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Sun, 6 May 2018 11:45:47 +0300 Subject: [PATCH 3/4] Remove npm changes --- package.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/package.json b/package.json index fdf0b24bcd6b..3410bb1f3589 100644 --- a/package.json +++ b/package.json @@ -3,16 +3,5 @@ "devDependencies": { "less": "^2.7.2", "less-plugin-clean-css": "^1.5.1" - }, - "dependencies": { - "opencollective": "^1.0.3" - }, - "collective": { - "type": "opencollective", - "url": "https://opencollective.com/gitea", - "logo": "https://opencollective.com/gitea/logo.txt" - }, - "scripts": { - "postinstall": "opencollective postinstall" } -} \ No newline at end of file +} From 5f6a49075e2808b9d7449ffd80c1f132a6cff499 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Sun, 6 May 2018 11:47:42 +0300 Subject: [PATCH 4/4] Update readme to leave only needed sections --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 34c26849dfb1..1ef48f05af58 100644 --- a/README.md +++ b/README.md @@ -72,21 +72,13 @@ or [forum](https://discourse.gitea.io/)! * [Contributors](https://github.com/go-gitea/gitea/graphs/contributors) * [Translators](options/locale/TRANSLATORS) -## Credits -### Contributors - -This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. - - - -### Backers +## Backers Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/gitea#backer)] - -### Sponsors +## Sponsors Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/gitea#sponsor)] @@ -101,8 +93,6 @@ Support this project by becoming a sponsor. Your logo will show up here with a l - - ## License This project is licensed under the MIT License.