Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.37 KB

how_to_contribute.rst

File metadata and controls

38 lines (27 loc) · 1.37 KB

How to Contribute

We would love to have you contribute to the project! There are several ways that you can do so.

How to contribute without coding

  • Community - Post your projects, code, screen-shots, and discuss the Arcade library on the Python Arcade SubReddit.
  • Try coding your own animations and games. Write down notes on anything that is difficult to implement or understand about the library.
  • Suggest improvements - Post bugs and enhancement requests at the Github Issue List.

How to contribute code

First, take some time to understand the project layout:

  • directory-structure
  • how-to-compile
  • how-to-submit-changes

Then you can improve these parts of the project:

  • Document - Edit the reStructuredText and docstrings to make the Arcade documentation better.
  • Test - Improve the unit testing.
  • Code - Contribute bug fixes and enhancements to the code.

A list of enhancements people have requested is available on the enhancement_list page.