You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The [Qt ArcGIS Runtime Guide](https://developers.arcgis.com/qt/).
26
+
- The [ArcGIS Maps SDK for Qt Guide](https://developers.arcgis.com/qt/).
27
27
28
28
-[Qt's board on Esri Community](https://community.esri.com/t5/arcgis-runtime-sdk-for-qt-questions/bd-p/arcgis-runtime-sdk-for-qt-questions).
29
29
30
30
-[Official Qt documentation](https://doc.qt.io/).
31
31
32
-
-[DSA App](https://github.com/Esri/dynamic-situational-awareness-qt), an open source project built with the ArcGIS Runtime Toolkit for Qt.
32
+
-[DSA App](https://github.com/Esri/dynamic-situational-awareness-qt), an open source project built with the ArcGIS Maps SDK for Qt Toolkit.
33
33
34
34
## Submitting a change
35
35
36
36
There are two active branches within toolkit: `main` and `v.next`.
37
37
38
-
-**main** is the active branch, and must always be compatible with
39
-
the [release version of ArcGIS Runtime for Qt](https://developers.arcgis.com/qt/). This is
38
+
-**main** is the active branch, and must always be compatible with
39
+
the [release version of ArcGIS Maps SDK for Qt](https://developers.arcgis.com/qt/). This is
40
40
the main branch all our users consume to access toolkit features.
41
41
42
42
-**v.next** is the "next version" branch which contains upcoming features and is
43
-
compatible with the upcoming version of ArcGIS Runtime. While anyone may contribute to this
43
+
compatible with the upcoming version of the ArcGIS Maps SDK. While anyone may contribute to this
44
44
branch, public contributors outside of Esri will not be able to build this branch as the upcoming
45
-
version of ArcGIS Runtime will be unavailable.
45
+
version of ArcGIS Maps SDK will be unavailable.
46
46
47
47
### Bugfixes
48
48
49
49
If you are contributing a bugfix, and you believe the bug is high priority
50
-
in impact, then target the **main** branch in your PR. Otherwise consider targeting **v.next**!
50
+
in impact, then target the **main** branch in your PR. Otherwise consider targeting **v.next**!
51
51
If unsure, the PR reviewer can help make the right call.
52
52
53
53
### Feature enhancements
54
54
55
-
Once you have implemented a new feature, and are ready for a pull-request, please target the **v.next** branch.
55
+
Once you have implemented a new feature, and are ready for a pull-request, please target the **v.next** branch.
56
56
This helps the toolkit team verify the feature is production ready before we ship!
0 commit comments