Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions docsource/090_contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,19 @@ Examples: all the noupdate=0 new and del ir* records, or the NEW and DEL lines f
.. code-block:: shell

git add .
git commit -am "[OU-ADD] account"
git commit -am "[ADD] account"
git push MY_REMOTE 16.0-mig-account


**Note:**

* For a fix of an existing migration scripts, use ``[OU-FIX]``
* For a fix of an existing migration scripts, use ``[FIX]``

* For an improvement of an existing migration scripts, use ``[OU-IMP]``
* For an improvement of an existing migration scripts, use ``[IMP]``

* For old versions when OpenUpgrade was a fork (in V13 and before),
use "[OU-ADD]" / "[OU-FIX]" and "[OU-IMP]" to distinguish Odoo team commits
and Openupgraders commits.

* Propose your changes to the community for review, opening a Pull Request on github.

Expand Down