summaryrefslogtreecommitdiff
path: root/generator/README.md
diff options
context:
space:
mode:
authorChristoph Blecker <admin@toph.ca>2022-01-24 13:20:33 -0800
committerChristoph Blecker <admin@toph.ca>2022-01-24 13:20:33 -0800
commit6b4b6541cafda8df3aaceb0e3a0bf9b0d5da6fcf (patch)
tree7fcfc655c8a9c9b25a63186acf2221fa39ede51f /generator/README.md
parent96c4af4cbc51b73e3c3b5f03851a20716e202074 (diff)
Update generator README with AR details
Diffstat (limited to 'generator/README.md')
-rw-r--r--generator/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/generator/README.md b/generator/README.md
index de68d18e..787dabd3 100644
--- a/generator/README.md
+++ b/generator/README.md
@@ -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