Files
0xflux-Wyrm/CONTRIBUITIONS.md
2025-10-26 17:57:33 +00:00

520 B

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.