Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 802 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (16 loc) · 802 Bytes

Contributing Guidelines

The Dont's

  • Do not contribute something that would destroy others work or make it worse.
  • Do not contribute something that removes features that were working as intended or that are required.
  • Do not contribute something that has not been tested.
  • Do not contribute something that removes the goal of the project.
  • Do not use non Python base libraries when writing new features.
  • Do not name things based of something stupid, name them according to what they do.

What you should contribute

  • Bugfixes.
  • Features that improve existing features.
  • Optimization changes that do not harm the overrall project.
  • New Features that enhance the project.
  • Localization of Documents, or wiki's of the project.
  • New feature suggestions.

Please Read all Da Rules