Skip to content

Commit a0ad464

Browse files
committed
Fix typo in issue template and switch to use gh for creating issues
Signed-off-by: Maciej Szulik <[email protected]>
1 parent ac80043 commit a0ad464

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ drop GitHub issue templates into the `generator/generated/` directory.
7878
You can generate the issues from these templates by running:
7979

8080
```bash
81-
for i in $(ls -1 generator/generated/*.md); do hub issue create -F $i && rm $i; done
81+
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
8282
```
8383

8484
You may run into rate limiting issues, which is why this command removes the

generator/annual-report/github_issue.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Actions for the chair/organizer of the community group:
1616
Once all the above items are complete, this issue may be `/close`'d
1717

1818
Key dates:
19-
- Initial PR to communtiy repo should be opened by May 1, {{now.UTC.Year}}
20-
- PR should be reviewed and merged by May 22, {{now.UTC.Year}}
19+
- Initial PR to community repo should be opened by February 14, {{now.UTC.Year}}
20+
- PR should be reviewed and merged by February 28, {{now.UTC.Year}}
2121

2222
More detailed information on the annual reports process is available [here](https://git.k8s.io/community/committee-steering/governance/annual-reports.md).
2323

0 commit comments

Comments
 (0)