Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 520 Bytes

File metadata and controls

15 lines (10 loc) · 520 Bytes

Contributions

Contributions as PR's are not currently accepted.

Please use the issues tab or discussions as required.

The .env file should be removed from future commits - run git update-index --skip-worktree .env locally to ensure it is not tracked.

Branch naming conventions

  • vx.y: The main development branch for an upcoming release.
  • feat/*: Implementing a new feature.
  • bug/*: Fixing a bug, tracked against an issue number where relevant.
  • impr/*: Improving something that already exists.