[object Object]

← back to Exo

Add Initial Contribution Rules

c57ed32fc5e77c245bd60b53f867532bf2465abb · 2025-06-17 16:11:15 +0100 · Arbion Halili

Files touched

Diff

commit c57ed32fc5e77c245bd60b53f867532bf2465abb
Author: Arbion Halili <99731180+ToxicPine@users.noreply.github.com>
Date:   Tue Jun 17 16:11:15 2025 +0100

    Add Initial Contribution Rules
---
 RULES.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/RULES.md b/RULES.md
new file mode 100644
index 00000000..0c060999
--- /dev/null
+++ b/RULES.md
@@ -0,0 +1,20 @@
+# Repository Rules
+
+## General Rules
+
+* do not bypass the type-checker.
+
+## Commit Messages
+
+*   use the imperative mood in the subject line.
+*   prefix the subject line with a change type. our change types are:
+    *   `documentation`: documentation changes.
+    *   `feature`: a new feature.
+    *   `refactor`: a code change that neither fixes a bug nor adds a feature.
+    *   `bugfix`: a bug fix.
+    *   `chore`: routine tasks, maintenance, or tooling changes.
+    *   `test`: adding or correcting tests.
+*   restrict the subject line to fifty characters or less.
+*   capitalize the subject line.
+*   do not end the subject line with a period.
+*   separate subject from body with a blank line.
\ No newline at end of file

← 41085eef Prepare Environment Parser  ·  back to Exo  ·  Add Simple Groundwork c15e402f →