(taken from ufosc/manim-data-structures)
- Create a new branch for your contribution.
- Make sure your branch is up-to-date
git pull upstream main
- Make your changes.
- Push your changes to your fork.
- Submit a pull request through GitHub.
See DesignChecklist.md if you'd like to work on the frontend, or ApiChecklist.md if you'd like to work on the backend.