summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-12 10:34:09 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-12 10:34:09 +0100
commit45fc7e136a6b6b6ceca8779cb8300de5a89c32dd (patch)
tree4d9fb41639c02d4f4b66db70a99ae98386ae619c
parent1271ca130035d28e852e5bb299b7c9c8f0a93fc9 (diff)
chore: new PROPOSAL.md
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--PROPOSAL.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/PROPOSAL.md b/PROPOSAL.md
index f174e79..b889c1e 100644
--- a/PROPOSAL.md
+++ b/PROPOSAL.md
@@ -2,10 +2,13 @@
## Abstract
-Proposals can be done at [contact@nekernel.org](contact@nekernel.org).
-The library must be based on `OCL.Core` and must respect the following criteras:
+OCL proposals can be done at the following address: [contact@nekernel.org](contact@nekernel.org).
-## The Library must follow this structure:
+## Acceptance Criterias:
+
+### I: The library must be based on `OCL.Core`.
+
+### II: The Library must follow the following structure:
```
.github/
@@ -18,8 +21,8 @@ tests/
LICENSE
```
-## The Library must be able to be compiled as header-only, and targeting C++20 or higher.
+### III: The Library must be able to be compiled as header-only, and targeting C++20 or higher.
-## The Library must include unit tests using a known framework. (GTest, Boost.Test, Catch2).
+### IV: The Library must include unit tests using a known framework. (GTest, Boost.Test, Catch2).
-## The Library must contain a Free Software License, like the BSD, or BSL license. \ No newline at end of file
+### V: The Library must contain a Free Software License, like the BSD, or BSL license. \ No newline at end of file