Skip to content

Commit c3aa838

Browse files
author
Amanda Butler
authored
Update headings in workflow.md
Update heading sizes for logical grouping.
1 parent 03559e0 commit c3aa838

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/reference/contributing/guidelines/workflow.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,43 +84,43 @@ Each feature has a tech lead. This person is responsible for:
8484
- Rebasing often to track master development.
8585
- Reviewing any addition to the feature branch (approval required by the feature tech lead or another assigned person).
8686

87-
##### Pull request types
87+
### Pull request types
8888

8989
We consider the following pull request types.
9090

91-
##### Fix
91+
#### Fix
9292

9393
A bug fix is a backward-compatible internal change that fixes incorrect behavior.
9494

9595
Release: patch
9696

97-
##### Refactor
97+
#### Refactor
9898

9999
Refactors are intended for feature releases if they are not fixing specific issues because they can introduce new issues.
100100

101101
Release: feature
102102

103-
##### New target
103+
#### New target
104104

105105
Adding a new target is a change for a patch release because it updates the targets folder implementation.
106106

107107
Release: patch
108108

109-
##### Feature
109+
#### Feature
110110

111111
New features target feature releases. A new feature can be integrated only if the feature supports most of the targets (if it requires new target HAL implementation).
112112

113113
We consider adding a new functionality to be a feature. It does not matter if it is C++, C or Python.
114114

115115
Release: feature
116116

117-
##### Breaking change
117+
#### Breaking change
118118

119119
A breaking change is any change that results in breaking user space. It should have strong justification for us to consider it. Often, such changes can be backward compatible, for example, deprecating the old functionality and introducing the new replacement.
120120

121121
Release: major
122122

123-
##### Pull request template
123+
### Pull request template
124124

125125
Below is a good example of a pull request:
126126

0 commit comments

Comments
 (0)