Skip to content

Commit ec20f88

Browse files
author
Amanda Butler
authored
Add content to workflow.md
Add content from #746 after reviewing on test site.
1 parent 0b8b78b commit ec20f88

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/reference/contributing/guidelines/workflow.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ Refactors are intended for feature releases, if they are not fixing specific iss
105105

106106
Release: feature
107107

108-
#### New target
108+
#### Target update
109109

110-
Adding a new target is a change for a patch release because it updates the targets folder implementation.
110+
Updating target implementation (adding a new target or updating already supported target) is a change for a patch release.
111111

112112
Release: patch
113113

@@ -119,6 +119,18 @@ We consider adding a new functionality to be a feature. It does not matter if it
119119

120120
Release: feature
121121

122+
#### Documentation update
123+
124+
Documentation updates include changes to markdown files or Doxygen documentation (comment-only changes).
125+
126+
Release: patch
127+
128+
#### Test update
129+
130+
Test updates include updates to a new test unit or test case.
131+
132+
Release: patch
133+
122134
#### Breaking change
123135

124136
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.

0 commit comments

Comments
 (0)