Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 1.24 KB

Contributing Gudielines

Thank you so much for showing your interest in contributing! All types of contributions are important.

Please make sure to read the documentation before making your contribution!

Discussions

If you have a question about this library, how to use it, or just need clarification about something else, just start a discussion here

Code Formatting

Please make sure that your code follows the PEP8 standards

Reporting Bugs and Feature Requests

Before Reporting Bugs or opening a feature request, check here

  • Report a bug here.
  • Submit a feature request here.

Adding new Features

Here are some few things to keep in mind before working on a new feature:

  • Keep the features relevant to the library.
  • Before adding a new feature, open up an issue to discuss it.
  • Try keeping the dependancies as light as possible.