Contributor Guidelines

This is, after all, an open-source project. Anyone and everyone is invited to collaborate, discuss, and propose changes to the code. Of course, there must be rules for how a contributor can, well, contribute, so that conflicts can be avoided, bugs can be negated, and all can be rewarded and credited for thier work.

Communication Guidelines

Contribution Guidelines

Reccomendations when contributing

prefix description
feat: new feature
fix: small tasks like bug fixes or typo fixes
chore: small tasks like lint notes, low code security risks, or dependancy updates. All general commits can also use this prefix.
refactor: tasks like prettification, readability fixes, and removing dupes
fatal: critical tasks involving code breaks and/or critical code insconsistencies in files.
undo: commit that undoes/reverts another commit
release: commit releated to a release

Note that these contributor guidelines are subject to change. Happy contributing!