We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c4af4 commit 6b4b654Copy full SHA for 6b4b654
generator/README.md
@@ -67,6 +67,23 @@ make WHAT=container-identity
67
68
where the `WHAT` var refers to the directory being built.
69
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
83
+ls -1 generator/generated/*.md | xargs -L1 hub issue create -F
84
85
86
87
## Adding custom content
88
89
### README
0 commit comments