Skip to content

Commit 3be8f3b

Browse files
Update regex for title compliance check
1 parent f1943a1 commit 3be8f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/contributions.topic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
The compliance of the title with the established format is checked by a regular expression:
177177
</p>
178178
<code-block lang="bash">
179-
/^(Draft:\\s)?\\[(source|docs|app|[a-z]{2,3}(_[a-zA-Z]+){0,2})\\]:\\s.+$/g
179+
/^(Draft:\s)?\[[a-zA-Z,_\s]+\]:\s.+/
180180
</code-block>
181181
</chapter>
182182

0 commit comments

Comments
 (0)