diff options
| -rw-r--r-- | PROPOSAL.md | 15 |
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 |
