add HOWTO for managing sponsors token of appreciation (#109)

Co-authored-by: Loïc Dachary <loic@dachary.org>
Reviewed-on: https://gitea.com/gitea/website/pulls/109
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: dachary <dachary@noreply.gitea.io>
Co-committed-by: dachary <dachary@noreply.gitea.io>
This commit is contained in:
dachary 2022-05-11 23:01:39 +08:00 committed by techknowlogick
parent debaed0c07
commit 9c837e010e
1 changed files with 17 additions and 1 deletions

View File

@ -34,7 +34,23 @@ make server
When you are done with your changes just create a pull request, after merging
the pull request the website will be updated automatically.
Note that the `themes` directory is [located in another repository](https://gitea.com/gitea/theme).
## HOWTO manage sponsors
Gitea sponsors who donate the [minimal required amount for Gold](https://opencollective.com/gitea) have, during a year:
* Their logo is displayed on GitHub
* Their logo is on the gitea.io home page
This is done by:
* Adding their logo to the themes/gitea/static/images directory
* Adding a link with their logo to the home page at themes/gitea/layouts/home/index.html
The date of the addition must be recorded with a reminder to verify
the sponsorship has been renewed at the anniversary date. If not the links and logo can be removed.
Note that the `themes` directory is [located in another repository](https://gitea.com/gitea/theme) and that updates
are only deployed when the [website](https://gitea.com/gitea/website) repository is updated.
## Contributing