add issue template for working group call agendas #97
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This issue template stems from my comment on call 23 where I proposed a slight structure change to how we are handling the agendas moving forward.
Up until now, we have been compiling a list of issues into the agenda with various comments about their status, but as the list expands, it creates an extra burden that often delays the creation of the agenda.
When cloning the previous week's agenda, it requires:
This also misplaces some information about each issue into the agenda, which may never make its way back into the issue.
To fix this, I propose creating a very basic meeting agenda template that covers the following points, with links back to each issue label and therefore the individual issues themselves for comments/updates/etc.
You can see a copy of the template in commit a6cc23b and I welcome any feedback or suggestions!