mirror of
https://github.com/0xflux/Wyrm
synced 2026-06-08 10:13:19 +00:00
520 B
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.