We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d7cc6 commit 3021809Copy full SHA for 3021809
CONTRIBUTING.md
@@ -2,3 +2,14 @@
2
3
Please fork the project into your repository. Before your pull request, ensure you have tested all possible impacts on
4
other parts of the project. If no certainty is assured, please contact our core team members for official support.
5
+
6
+## Releases
7
8
+Any new release of formal versions must come after at least 2 alpha versions and 2 beta versions. Each beta version must
9
+be deployed and tested on a new testing environment following the
10
+[User Manual](https://leads-docs.projectneura.org/en/latest/vec/user-manual.html).
11
12
+## Change to APIs
13
14
+Any effect on the signatures of APIs must go through a deprecation process where the original interfaces must be
15
+marked deprecated and remain for 3 formal versions.
0 commit comments