11# Contributing
22
3- Welcome to the contributors' guide on the ArcGIS Runtime toolkit ! We hope this document
3+ Welcome to the contributors' guide on the ArcGIS Maps SDK for Qt Toolkit ! We hope this document
44encourages you to help improve and expand upon our toolkit offering.
55
66For specific resources on:
@@ -14,45 +14,45 @@ You will need:
1414
1515- System requirements as laid out [ here] ( https://developers.arcgis.com/qt/reference/system-requirements/ )
1616 for your development platform.
17- - Latest version of the [ ArcGIS Runtime SDK] ( https://developers.arcgis.com/qt/ ) .
17+ - Latest version of the [ ArcGIS Maps SDK for Qt ] ( https://developers.arcgis.com/qt/ ) .
1818
1919## Important resources
2020
21- - The [ Qt ArcGIS Runtime API Reference] ( https://developers.arcgis.com/qt/api-reference/ ) . Which includes:
21+ - The [ ArcGIS Maps SDK for Qt Reference] ( https://developers.arcgis.com/qt/api-reference/ ) . Which includes:
2222 - [ Qt Toolkit API] ( https://developers.arcgis.com/qt/toolkit/api-reference/ ) .
2323 - [ QML API] ( https://developers.arcgis.com/qt/qml/api-reference/ ) .
2424 - [ C++ API] ( https://developers.arcgis.com/qt/cpp/api-reference/ ) .
2525
26- - The [ Qt ArcGIS Runtime Guide] ( https://developers.arcgis.com/qt/ ) .
26+ - The [ ArcGIS Maps SDK for Qt Guide] ( https://developers.arcgis.com/qt/ ) .
2727
2828- [ 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 ) .
2929
3030- [ Official Qt documentation] ( https://doc.qt.io/ ) .
3131
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 .
3333
3434## Submitting a change
3535
3636There are two active branches within toolkit: ` main ` and ` v.next ` .
3737
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
4040 the main branch all our users consume to access toolkit features.
4141
4242- ** 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
4444 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.
4646
4747### Bugfixes
4848
4949If 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** !
5151If unsure, the PR reviewer can help make the right call.
5252
5353### Feature enhancements
5454
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.
5656This helps the toolkit team verify the feature is production ready before we ship!
5757
5858### CHANGELOG.md
0 commit comments