Thanks for getting involved in Penman's development!
Please report bugs or feature requests on the issues page. Mention the version numbers of Penman and Python that you are using. Also report inaccurate or missing documentation from the API docs.
If you wish to contribute code to Penman, please fork the repository to
your own account, commit your changes, and submit a
pull request to the
master
branch.
Please follow PEP8 unless you have a good reason not to, and also try to follow the conventions set by the Penman codebase.
I use the GitHub Flow branching model. Basically, each new
changeset (e.g. features or bug fixes) should have its own
branch. When a branch is ready it gets merged to the master
branch
and a new release is made.