manim/.github/PULL_REQUEST_TEMPLATE/hackathon.md
Jason Villanueva 0d7e96dc82
Revert default template and add new templates (#1621)
* Added bugfix and documentation templates

Renamed hackathon and default templates

Try fewer frontmatters

Revert name of default template

Revert name of default template

Added bugfix and documentation templates

Try fewer frontmatters

Revert name of default template

* Removed frontmatters
2021-06-04 10:48:57 +02:00

684 B

Thanks for your contribution for the manim community hackathon!

Please make sure your pull request has a meaningful title.

E.g. "Example for the class Angle".

Details for the submissions can be found in the discord announcement channel.

Docstrings can be created in the discord channel with the manimator like this:

!mdocstring
class HelloWorld(Scene):
    def construct(self):
        self.add(Circle())

Copy+paste the output docstring to the right place in the source code.

If you need any help, do not hesitate to ask the hackathon-mentors in the discord channel.