Skip to content

Developer Guide

Veradictus edited this page Sep 4, 2023 · 3 revisions

Contribution guidelines

Our coding guidelines are primairly enforced by our ESLint and Prettier plugins. In order to use those, please ensure that the IDE of your choice has them installed. Code should contain no warnings or errors when submitted. These are enforced by our pre-commit checks.

We will not accept any code that doesn't follow our formatting standards.

Ensure that your code is modular and well optimized.

Clone this wiki locally