Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 7.12 KB

main.md

File metadata and controls

65 lines (51 loc) · 7.12 KB

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__

Links