Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 637 Bytes

File metadata and controls

16 lines (11 loc) · 637 Bytes

Fork, Clone, Branch and Create your PR

  1. Fork the repo if you haven't already
  2. Clone your fork locally
  3. Create & push a feature branch
  4. Create a Draft Pull Request (PR)
  5. Work on your changes

Rules

  • Follow the pattern of what you already see in the code.
  • When adding new classes/methods/changing existing code: check the functionality of the templates by creating a new project based on them.

Naming of features and functionality

The naming should be descriptive and direct, giving a clear idea of the functionality and usefulness in the future.