Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.68 KB

CONTRIBUTING.md

File metadata and controls

61 lines (38 loc) · 1.68 KB

Contributing

This document describes how to contribute to this project. Proposals for changes to this document are welcome.

Table of Contents

Code of Conduct

Asking Questions

Project Technologies

Formatter

Code of Conduct

Contributors to this project are expected to adhere to the Code of Conduct. Any unacceptable conduct should be reported to [email protected].

Questions

Questions about the project may be posed on the GitHub issue tracker.

Project Technologies

Familiarity with the following technologies is important in understanding the design and behaviour of this project.

Formatter

Black is used to format the Python code.

Reporting Bugs

Bugs must be reported on the GitHub issue tracker. Any information that will assist in the maintainers reproducing the bug should be included.

Suggesting Changes

Changes should be suggested on the GitHub issue tracker. Submitting a pull request with an implementation of the changes is also encouraged but not required.

Developing

The development workflow for this project follows standard GitHub workflow.