Skip to content

Coding Rules

YoussGm3o8 edited this page Mar 18, 2025 · 1 revision

You should read these rules before starting to code!

  1. Never commit and push your .env files that contain database links and keys.
  2. Before working on an issue, assign yourself to it and inform others, to avoid working on the same issue as someone else (and attend meetings).
  3. When working on issues, create separate branches with the least changes possible to ease merging and contained testing.
  4. Commit frequently with detailed messages to help keep track of changes.
  5. Write TODO's anywhere you are unsure of your code or if something is still incomplete.

Clone this wiki locally