Main

Also known as "CR" Not to be mistaken with "Pull Requests", "PR"

Guidelines

  • Only create a change request if you already know what you will change in it

  • Avoid conflicts: If there is any already existing open change request that is changing what you wanted to change, collaborate on them

  • Don't forget to archive obsolete or accidental change requests

    • Write it before making any changes

    • Naming

      • Start it with its label (Feature/Enhance/Fix/Update/Deprecate)

      • Following by ": "

      • Following by the page path of the change request, separating sub-pages with ""

      • Following by ""

      • Following by the section path of the page of the change request, separating sub-sections with ""

      • Example: the change request subject for this change is named "Feature: Documentation﹣Main︱Change Requests﹣Guidelines"

Create

Procedure

Must be done while following Guidelines

Review

Procedure

Must be done while following Guidelines

Last updated