Skip to content

Commit 1042eca

Browse files
authored
LICENSE and DCO in CODEOWNERS for doc maintainers (#2193)
* LICENSE and DCO in CODEOWNERS for doc maintainers This change adds the LICENSE, DCO, and MAINTAINERS.md files to CODEOWNERS and specifies the community docs maintainers team as owners. The purpose of this change is to prevent any unintentional or unauthorized modifications to these files. Resolves #2178 * add details about RH open-source legal
1 parent dfeee25 commit 1042eca

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
/docs/docsite/rst/community/collection_contributors/collection_requirements.rst @ansible/steering-committee
22
/docs/docsite/rst/community/steering/* @ansible/steering-committee
33
/docs/docsite/rst/roadmap/COLLECTIONS_*.rst @ansible/steering-committee
4+
/MAINTAINERS.md @ansible/community-docs-maintainers
5+
# DCO and COPYING need approval from the Red Hat open-source legal team
6+
# See the maintainers guide for details
7+
/DCO @ansible/community-docs-maintainers
8+
/COPYING @ansible/community-docs-maintainers

MAINTAINERS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ If you're interested in becoming a maintainer, or want to get in touch with us,
66
We have weekly meetings on Matrix every Tuesday.
77
See [the Ansible calendar](https://forum.ansible.com/upcoming-events) for meeting details.
88

9+
## Requesting review from legal
10+
11+
Any modifications to the `DCO` or `COPYING` file must be reviewed and approved by the Red Hat open-source legal team.
12+
Send an email with the request to `[email protected]` with `[email protected]` on copy.
13+
914
## Branching for new stable versions
1015

1116
The branching strategy for this repository mirrors the [`ansible/ansible`](https://github.com/ansible/ansible) repository.

0 commit comments

Comments
 (0)