File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,19 @@ for i in $(ls -1 generator/generated/*.md); do gh issue create --repo kubernetes
84
84
You may run into rate limiting issues, which is why this command removes the
85
85
files after an issue has been successfully created.
86
86
87
+ <!-- TODO: we probably won't need maintainers.txt longterm-->
88
+ To generate the maintainers.txt file for updating with the CNCF re:
89
+ https://github.com/kubernetes/steering/issues/281
90
+
91
+ ``` bash
92
+ make MAINTAINERS_LIST=true
93
+ ```
94
+
95
+ This will generate an untracked (not saved in git) maintainers.txt file with a
96
+ table in the format requested by the CNCF.
97
+ Most contributors will never need to do this.
98
+ For more details see the linked steering issue.
99
+ <!-- END-TODO: we probably won't need maintainers.txt longterm-->
87
100
88
101
## Adding custom content
89
102
You can’t perform that action at this time.
0 commit comments