Skip to content

Commit 6b4b654

Browse files
committed
Update generator README with AR details
1 parent 96c4af4 commit 6b4b654

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

generator/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,23 @@ make WHAT=container-identity
6767

6868
where the `WHAT` var refers to the directory being built.
6969

70+
71+
To generate the annual report template for a specific year:
72+
73+
```bash
74+
make ANNUAL_REPORT=true
75+
```
76+
77+
This will generate the annual report template for the previous year, as well as
78+
drop GitHub issue templates into the `generator/generated/` directory.
79+
80+
You can generate the issues from these templates by running:
81+
82+
```bash
83+
ls -1 generator/generated/*.md | xargs -L1 hub issue create -F
84+
```
85+
86+
7087
## Adding custom content
7188

7289
### README

0 commit comments

Comments
 (0)