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
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,17 +43,18 @@ You can use the [Cross Platform Editor](https://infragistics.visualstudio.com/Ne
43
43
44
44
## Updating Editor Templates
45
45
46
-
The [Editor-Templates](editor-templates) folder contains templates for converting XPLAT samples into platform specifc samples. You **must update** those templates in the following order:
46
+
The [Editor-Templates](https://github.com/IgniteUI/igniteui-xplat-examples/tree/25.2/editor-templates) folder contains templates for converting XPLAT samples into platform specific samples. You **must update** those templates in the following order:
47
47
48
-
1. Create AND merge a pull request with updated packages in `browser` AND `samples` folders of the following repositories:
1. Follow the `Updating Packages in Samples` instructions in all the following repositories to **create AND merge a pull request** with updated packages:
53
49
54
-
2. Create AND merge a pull request with updated packages in the [Editor-Templates](editor-templates) folder in this repository.
Above order of creating and merging pull requests is important to avoid stale samples and prevent building issues in platform specifc sample browsers.
55
+
2. Create AND merge a pull request with updated packages in the [Editor-Templates](https://github.com/IgniteUI/igniteui-xplat-examples/tree/25.2/editor-templates) folder in the [igniteui-xplat-examples](https://github.com/IgniteUI/igniteui-xplat-examples/) repository.
56
+
57
+
NOTE: Above order of steps is important and PRs made in step #1 must be merged before merging PR in step #2 such that it prevents stale samples and building issues in platform specific sample browsers.
57
58
58
59
## Creating Volume Branch in Code Exporter App Repo
0 commit comments