Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 457 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 457 Bytes

🇳🇴 Norsk

Bidragssguide

  • Sorter imports i alfabetisk rekkefølge
  • Følg pep8
  • Autoformatér koden med black
  • Om du legger til noen nye avhengigheter så skal disse fryses til nyeste støttede versjon

🇬🇧 English

Contribution guidelines

  • Sort imports by alphabetical order
  • Make sure your code falls in line with pep8
  • Format your code with black
  • Make sure to pin dependencies to the latest supported version if you add any