docs/source/development/contributing.rst
Accept any contribution you make :)
Please fork to your own repository and make changes, submit a pull request, and fill in the motivation for the change following the instructions in the template. We will check your pull request in detail (this usually takes a while, please be patient)
Also submit a pull request and write down the main changes.
Please open an issue and fill in the found problem and your environment according
to the template. (But please note that if you think this problem is just a problem
of yourself, rather than a problem of source code, it is recommended that you ask a
question in the Q&A category <https://github.com/3b1b/manim/discussions/categories/q-a>_
of the discussion page)
Post it in the show and tell category <https://github.com/3b1b/manim/discussions/categories/show-and-tell>_
of the discussion page.
Post them in the ideas category <https://github.com/3b1b/manim/discussions/categories/ideas>_
of the discussion page.
.. code-block:: sh
git clone https://github.com/3b1b/manim.git
# or your own repo
# git clone https://github.com/<your user name>/manim.git
cd manim
.. code-block:: sh
pip install -r docs/requirements.txt
docs/ folder and build.. code-block:: sh
cd docs/
make html
docs/build/html/