From 5b8412d051630e8029d6b44fafa6edad746fcb26 Mon Sep 17 00:00:00 2001 From: Andre Maroneze <andre.oliveiramaroneze@cea.fr> Date: Thu, 28 Nov 2019 10:06:28 +0100 Subject: [PATCH] [contributing] minor formatting changes; fix e-mail address --- TCA.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/TCA.md b/TCA.md index 1eb2e741fb2..085775e3080 100644 --- a/TCA.md +++ b/TCA.md @@ -5,7 +5,7 @@ in which a Contribution, deemed as Trivial, does not fall within the scope of the Contributor License Agreement. As a general rule, Contributions that do not involve creative decisions -or which are not substantial, will be considered to be Trivial. +or which are not substantial will be considered to be Trivial. As a guideline, a Contribution may be qualified according to the following: @@ -14,23 +14,23 @@ following: | *Type of | *≤ 10 lines* | *\> 10 lines* | | contribution* | | | +=======================+=======================+=======================+ -| Feature | Not trivial | | -| | | | +| Feature | | | +| | • Not trivial | • Not trivial | | (add new functional | | | | behavior) | | | +-----------------------+-----------------------+-----------------------+ -| Improvement | Probably not trivial | Not trivial | -| | | | -| (improve | | | +| Improvement | | | +| | • Probably | • Not trivial | +| (improve | not trivial | | | non-functional | | | | behavior) | | | +-----------------------+-----------------------+-----------------------+ -| Bug fix | • Not trivial if | • Not trivial if | +| | • Not trivial if | • Not trivial if | | | creative code | creative code | -| (fix incorrect | | | -| behavior) | • Not trivial if | • Not trivial if | -| | comprises a creative | comprises a creative | -| | comment | comment | +| Bug fix | | | +| | • Not trivial if | • Not trivial if | +| (fix incorrect | comprises a creative | comprises a creative | +| behavior) | comment | comment | | | | | | | • Probably trivial | • Probably not | | | otherwise | trivial otherwise | @@ -45,9 +45,9 @@ following: Without prejudice to the above, and for all intents and purposes, the following Contributions are deemed to be Trivial: -- Spelling / grammar fixes / correcting Typos +- Spelling / grammar fixes / correcting typos -- Formatting / Cleaning up comments in the code. +- Formatting / cleaning up comments in the code. - Contributions that are purely deletions, such as removal of duplicate information or code that never executes. @@ -57,22 +57,22 @@ following Contributions are deemed to be Trivial: - Adding logging messages or debugging output. -- Changes to 'metadata' files +- Changes to 'metadata' files. - Renaming a build directory or changing a constant. -- Configuration changes +- Configuration changes. -- Changes in build or installation scripts +- Changes in build or installation scripts. -- Re-ordering of objects or subroutines +- Re-ordering of objects or subroutines. - Moving source files from one directory or package to another, with no changes in code. -- Breaking a source files into multiple source files, or consolidating - multiple source files into one source file, with no code changes +- Breaking a source file into multiple source files, or consolidating + multiple source files into one source file, with no code changes. -However, there are many gray areas. Please reach us at \[enter CEA -address\] should you have any question or doubts on the nature of your +However, there are many gray areas. Please reach us at cla@frama-c.com +should you have any questions on the nature of your intended Contribution. -- GitLab