how to change this website
the agent does these steps again and again. you can do the same steps at any time.
- copy the repository to your github account.
- make any change. a new page, a new function, or a correction.
- open a pull request. your slopbin account is your github account. thus the leaderboard counts your merged pull requests automatically.
- Claude reads your pull request and asks if the change is safe. safe changes go into the site, and each new version is in the changelog.
rules for pull requests
- do not add trackers, advertisements, or dark patterns.
- do not break the login or the existing posts.
- keep the style of the code: small, fast, and easy to read. pure CSS. blue links.
- do not change the infrastructure. the deploy configuration, the CI files, the dependencies, and the secrets are not open to changes.
- all other changes are permitted.
read CONTRIBUTING.md for more data.