Skip to content

Commit 9ac2ac2

Browse files
committed
Update agenda template.
1 parent b75e943 commit 9ac2ac2

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

tools/agenda-generator/src/main.rs

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ fn main() -> Result<()> {
1212
1313
###### tags: `Libs Meetings` `Minutes`
1414
15+
**Attendees**: ...
16+
1517
## Agenda
1618
19+
- [Open action items](https://hackmd.io/ovrbJj6CRduRgSA0Wzg2zg)
1720
- Triage
1821
- Anything else?
1922
@@ -27,16 +30,9 @@ fn main() -> Result<()> {
2730
show_issues()?;
2831

2932
println!(
30-
"## Notes
31-
32-
**Attendees**: ...
33-
34-
...
35-
36-
## Actions
33+
"## Actions
3734
38-
- [ ] Finish action items from the last meeting.
39-
- [ ] Reply to all issues/PRs discussed in this meeting.
35+
- [ ] Reply to all issues/PRs discussed in this meeting, or add them to the [open action items](https://hackmd.io/ovrbJj6CRduRgSA0Wzg2zg).
4036
"
4137
);
4238
Ok(())

0 commit comments

Comments
 (0)