[DOC] 090_contribute: document [MIG] prefix; clarify [OU-*]#40
Closed
dnplkndll wants to merge 1 commit into
Closed
[DOC] 090_contribute: document [MIG] prefix; clarify [OU-*]#40dnplkndll wants to merge 1 commit into
dnplkndll wants to merge 1 commit into
Conversation
The current guide shows ``[ADD] account`` in the example and lists ``[FIX]`` / ``[IMP]`` / ``[OU-*]`` in the Note. Recent branches use ``[MIG]`` as the dominant prefix for first-pass module migration scripts (e.g. ``[MIG] account``, ``[MIG] hr_recruitment``); ``[ADD]`` is now used almost exclusively by the analysis bot. ``[OU-*]`` is used for framework-level changes rather than only "V13 and before". Update the example and the Note to match the prefix pattern observed on the 19.0 branch (last 200 commits: 58 ``[MIG]``, 27 ``[IMP]``, 20 ``[FIX]``, 9 ``[OU-*]``, 1 ``[ADD]``).
This was referenced May 28, 2026
Author
|
Superseded by the consolidated upstream PR OCA#5678. Branch kept. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Updates `docsource/090_contribute.rst` to match the prefix pattern observed on the current 19.0 branch:
Evidence
Prefix histogram across the last 200 commits on `origin/19.0`:
The existing guide's `[ADD]` example contradicts the practice; the `[OU-*]` "V13 and before" framing under-sells where the prefix is actually used.
Scope
Draft, fork-only for review. If you sign off, this is a clean candidate to propose upstream against `OCA/OpenUpgrade:documentation` — small, observable from a single `git log` command, no behavioural change.
Companion PR for the annotation-grouping note is opened as a separate diff.