From 22c62bf5f9d815056dcb09762a684106ac3afed2 Mon Sep 17 00:00:00 2001 From: light7734 Date: Thu, 24 Jul 2025 22:42:44 +0330 Subject: [PATCH] docs: add initial guidelines/conventions --- docs/guidelines/conventions.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/guidelines/conventions.rst diff --git a/docs/guidelines/conventions.rst b/docs/guidelines/conventions.rst new file mode 100644 index 0000000..45117e1 --- /dev/null +++ b/docs/guidelines/conventions.rst @@ -0,0 +1,7 @@ +Coding Conventions + +=================================================================================================== + +Any line of code added to the engine, must abide by following conventions. +They may seem arbitrary, and sometimes they are, but to be consistent (which is not an arbitrary goal) is to +follow these guidelines.