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
DOC: Clarify third-party fork conventions and de-duplicate update docs
Document the divergent/pruned fork type (vxl/VNL) where <sha7> is the
overlay-tip commit and <version> is master, and require branch-only overlay
anchors (a same-named branch and tag make the ref ambiguous and break
update-third-party.bash).
Make ThirdPartyForkConventions.md the single source of truth for fork naming
and updating_third_party.md the source for procedure; cross-link them and drop
the stale for/itk naming restatements. Route to both from AGENTS.md and fix the
VNL README link that pointed at a nonexistent Maintenance/UpdatingThirdParty.md.
Copy file name to clipboardExpand all lines: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ the minimum set for the task at hand.
25
25
| Creating a **COMP:** commit |[git-commits.md](./Documentation/AI/git-commits.md), [compiler-cautions.md](./Documentation/AI/compiler-cautions.md)|
26
26
| Commit or PR attribution |[attribution.md](./Documentation/AI/attribution.md)|
27
27
| Opening or updating a pull request |[pull-requests.md](./Documentation/AI/pull-requests.md), [attribution.md](./Documentation/AI/attribution.md)|
28
+
| Updating a vendored ThirdParty dependency or its fork (eigen, DCMTK, VNL/vxl) |[ThirdPartyForkConventions.md](./Documentation/Maintenance/ThirdPartyForkConventions.md), [updating_third_party.md](./Documentation/docs/contributing/updating_third_party.md)|
Copy file name to clipboardExpand all lines: Modules/ThirdParty/VNL/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,7 @@ Documentation about the library can be found at
6
6
7
7
https://vxl.github.io/
8
8
9
-
See [UpdatingThirdParty.md](https://github.com/InsightSoftwareConsortium/ITK/blob/master/Documentation/Maintenance/UpdatingThirdParty.md) for details and instructions to update from upstream.
9
+
See [Updating Third Party Projects](../../../Documentation/docs/contributing/updating_third_party.md)
0 commit comments