Skip to content

Commit c3eddb6

Browse files
committed
[IMP] CODEOWNERS: add new codeowner for technical files
# If you feel that it might help a future reader to understand your commit # motivations, take some time to explain WHY you made these changes in a few # sentences. The WHAT is usually easily understood by reading the diff. # # Short description tip: structure your commit message as if it was completing # this sentence: "If merged, this commit will ...". For instance, the following # commit message is correct: "[IMP] sales: compress images to save space". # # Tag meanings: # # [ADD] = New content # [IMP] = Improvement # [FIX] = Content or RST fix # [REM] = Removal # [REF] = Refactoring (restructuring) # [MOV] = Move/rename #
1 parent c820a96 commit c3eddb6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/CODEOWNERS

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# All changes to technical files (build environment and Sphinx extensions) have to be approved
2+
/extensions/ @odoo/doc-review
3+
.gitignore @odoo/doc-review
4+
commit_template.txt @odoo/doc-review
5+
conf.py @odoo/doc-review
6+
Makefile @odoo/doc-review
7+
requirements.txt @odoo/doc-review
8+
19
# All changes to legal material have to be approved
2-
/legal/ @odoo/legal
3-
/legal.rst @odoo/legal
10+
/content/legal/ @odoo/legal
11+
/content/legal.rst @odoo/legal

0 commit comments

Comments
 (0)