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

Latest commit

 

History

History
15 lines (13 loc) · 693 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 693 Bytes

How contribute

Generality

  • You can use the IDE of your choice
  • You must create a feature branch before merge
  • You have to be in the mindset of the software craftsmanship
  • You must apply OOP principles
  • You must apply S.O.L.I.D principles
  • You must apply DRY principles
  • Each development must be tested at least at the level of unit tests
  • The code coverage level must always be greater than 95%

Documentation

  • Once your development is done, it's important to update the wiki. outputDirectory.Delete(true);