diff --git a/generator/README.md b/generator/README.md index 96b6ca72e..d79980ece 100644 --- a/generator/README.md +++ b/generator/README.md @@ -78,7 +78,7 @@ drop GitHub issue templates into the `generator/generated/` directory. You can generate the issues from these templates by running: ```bash -for i in $(ls -1 generator/generated/*.md); do hub issue create -F $i && rm $i; done +for i in $(ls -1 generator/generated/*.md); do gh issue create --repo kubernetes/community --title="$(head -n 1 $i)" --body-file $i && rm $i; done ``` You may run into rate limiting issues, which is why this command removes the diff --git a/generator/annual-report/github_issue.tmpl b/generator/annual-report/github_issue.tmpl index e4613f837..837b6d0e8 100644 --- a/generator/annual-report/github_issue.tmpl +++ b/generator/annual-report/github_issue.tmpl @@ -16,8 +16,8 @@ Actions for the chair/organizer of the community group: Once all the above items are complete, this issue may be `/close`'d Key dates: -- Initial PR to communtiy repo should be opened by May 1, {{now.UTC.Year}} -- PR should be reviewed and merged by May 22, {{now.UTC.Year}} +- Initial PR to community repo should be opened by February 14, {{now.UTC.Year}} +- PR should be reviewed and merged by February 28, {{now.UTC.Year}} More detailed information on the annual reports process is available [here](https://git.k8s.io/community/committee-steering/governance/annual-reports.md).