mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 09:49:33 +07:00
filter @since in NCU/
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
@@ -18,6 +18,7 @@ first version of the future API in the `NCU` namespace, following these rules:
|
||||
- Files are located in ``/lib/unstable/``
|
||||
- Code quality, comments, tests and psalm check are expected to be identical to the `OCP` namespace.
|
||||
- Classes must be tag as ``@experimental``, including the current version of Nextcloud.
|
||||
- Tag ``@since`` must not be used in the `NCU` namespace.
|
||||
- Code from the `OCP` namespace must never mention anything coming from the `NCU` namespace. It can not require it as an argument, constant or return something from `NCU`.
|
||||
- An API can only live in this unstable namespace for one major release.
|
||||
- During this testing phase, the code and the API can be modified/restructured without limitation.
|
||||
|
||||
Reference in New Issue
Block a user