Commit c52b867e authored by Richard Glosner's avatar Richard Glosner
Browse files

internal-docs: add suffixes for internal commits in README.md

parent 609ad6d3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -112,6 +112,12 @@ To keep the commit history of documentation repository clean and readable, the f
- **style: title** - formatting
- **release: title** - work needed to be done when creating new release (updating .gitlab-ci.yml, updating dropdown menus)
- **internal: title** - updates of the documentation infrastructure (e.g., CI/.gitlab-yml, README.md, scripts)
  - in order to provide more information, you can use one of the suffixes:
    - **internal-feat** - new feature of the documentation infrastructure
    - **internal-docs** - usually README.md updates
    - **internal-fix** - fix of a problem within the documentation infrastructure
    - **internal-ops** - updates of CI/CD
    - **internal-style** - formatting of internal/non-publicly visible files

### Feature Branches and Merge Requests