Update generator README with AR details

This commit is contained in:
Christoph Blecker 2022-01-24 13:20:33 -08:00
parent 96c4af4cbc
commit 6b4b6541ca
No known key found for this signature in database
GPG Key ID: B34A59A9D39F838B
1 changed files with 17 additions and 0 deletions

View File

@ -67,6 +67,23 @@ make WHAT=container-identity
where the `WHAT` var refers to the directory being built.
To generate the annual report template for a specific year:
```bash
make ANNUAL_REPORT=true
```
This will generate the annual report template for the previous year, as well as
drop GitHub issue templates into the `generator/generated/` directory.
You can generate the issues from these templates by running:
```bash
ls -1 generator/generated/*.md | xargs -L1 hub issue create -F
```
## Adding custom content
### README