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 b75e943 commit 9ac2ac2Copy full SHA for 9ac2ac2
tools/agenda-generator/src/main.rs
@@ -12,8 +12,11 @@ fn main() -> Result<()> {
12
13
###### tags: `Libs Meetings` `Minutes`
14
15
+**Attendees**: ...
16
+
17
## Agenda
18
19
+- [Open action items](https://hackmd.io/ovrbJj6CRduRgSA0Wzg2zg)
20
- Triage
21
- Anything else?
22
@@ -27,16 +30,9 @@ fn main() -> Result<()> {
27
30
show_issues()?;
28
31
29
32
println!(
- "## Notes
-
-**Attendees**: ...
33
34
-...
35
36
-## Actions
+ "## Actions
37
38
-- [ ] Finish action items from the last meeting.
39
-- [ ] Reply to all issues/PRs discussed in this meeting.
+- [ ] Reply to all issues/PRs discussed in this meeting, or add them to the [open action items](https://hackmd.io/ovrbJj6CRduRgSA0Wzg2zg).
40
"
41
);
42
Ok(())
0 commit comments