Skip to content

Commit

Permalink
Merge pull request #12428 from nextcloud/fix/ncu/filter-since-tag
Browse files Browse the repository at this point in the history
filter @SInCE in NCU/
  • Loading branch information
ArtificialOwl authored Dec 13, 2024
2 parents 547b95f + 5daa205 commit f64c18a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions developer_manual/digging_deeper/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f64c18a

Please sign in to comment.