Currently there's a TOC generator workflow (.github/workflows/toc.yml) which is pretty neat. Having a workflow to auto-sort the list of links alphabetically would be nice.
Another solution would be a linter for PRs to make sure it's sorted, but I guess having this done automatically post-PR would be a better experience for both contributors and the maintainer (me).
Currently there's a TOC generator workflow (
.github/workflows/toc.yml) which is pretty neat. Having a workflow to auto-sort the list of links alphabetically would be nice.Another solution would be a linter for PRs to make sure it's sorted, but I guess having this done automatically post-PR would be a better experience for both contributors and the maintainer (me).