We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4cc4c commit 38825e1Copy full SHA for 38825e1
CONTRIBUTING.md
@@ -5,6 +5,12 @@ Contributions are **welcome** and will be fully **credited**.
5
6
We accept contributions via Pull Requests on [Github](https://github.com/facebook/php-graph-sdk/pull/new).
7
8
+The current stable major version is v5. The v6 is under active development.
9
+
10
+This means any new feature MUST target v6 (`master` branch).
11
12
+The v5 (`5.x` branch) is maintained only for bug fixes, node/edge updates or documentation improvements.
13
14
## Code of Conduct
15
The code of conduct is described in [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md)
16
0 commit comments