Skip to content

Commit dfb1530

Browse files
author
Jiri Benc
committed
Revert "README.md: Remove portion of 'making changes' section."
This reverts commit 1955c09. This was part of an attempt to autogenerate RHMAINTAINERS and CODEOWNERS. However, even after several fixups, it still causes pipeline failures. Let's revert all of this and try again later. Signed-off-by: Jiri Benc <jbenc@redhat.com>
1 parent 4615841 commit dfb1530

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,15 @@ accompanied by a description of the modifications. In most cases, a simple
4343
explanation will do (for example, "Update x86 maintainers"), however the
4444
maintainers may ask for a more detailed write-up.
4545

46-
Changes are only accepted for the owners.yaml file, as the RHMAINTAINERS and
47-
CODEOWNERS files are generated automatically on-merge.
46+
Standalone changes are NOT accepted for the RHMAINTAINERS or CODEOWNERS files,
47+
and changes are only accepted for the owners.yaml file. Merge requests that
48+
modify owners.yaml changes must include associated changes to RHMAINTAINERS &
49+
CODEOWNERS. These secondary files can be generated using these commands
50+
executed from the top level of documentation:
51+
52+
```
53+
make # requires minimum golang version 1.14
54+
```
4855

4956
Users making changes must include a "Signed-off-by:" tag on all commits that
5057
acknowledges the DCO, https://developercertificate.org.

0 commit comments

Comments
 (0)