Open
Description
GitHub Wiki is a good place for project documentation, but lacks flexibility of contributions that come with issues and pull requests. Because project wiki is a separate git repository, it is possible to automate process with GitHub Actions for pushing the changes form the main repository pygame-community/pygame-ce.git
to pygame-community/pygame-ce.wiki.git
. Such automation system was already implemented before (as seen in this article), so it is not necessary to invent new technology.