From a6cc23bf72a74b2582344f32e7f82999fc3cabf2 Mon Sep 17 00:00:00 2001 From: Jason Schrader Date: Thu, 24 Sep 2020 09:16:30 -0700 Subject: [PATCH 1/2] add issue template for working group call agendas --- .github/ISSUE_TEMPLATE/agenda.yml | 44 +++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/agenda.yml diff --git a/.github/ISSUE_TEMPLATE/agenda.yml b/.github/ISSUE_TEMPLATE/agenda.yml new file mode 100644 index 0000000..c27ac6d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/agenda.yml @@ -0,0 +1,44 @@ +--- +name: Working Group Meeting Agenda +about: Use this template to create a new meeting agenda. +title: "Working Group Call #X" +labels: mtg-agenda +--- + +## Meeting Details + +- **Date/Time:** Month Date, Year @ 4:00pm UTC / 12:00pm ET +- **Location:** Link will be posted in ``#governance` working group channel [on Discord](https://community.blockstack.org/discord) shortly before the call. +- **Recording:** TBA +- **Moderator:** TBA +- **Secretary:** TBA +- **Publisher:** TBA + +## Standup Updates + +**What happened over the past two weeks? Standup!** +- What is everyone working on right now? +- Any blockers? +- What will happen over the next two weeks? + +## Stacks Foundation Updates + +See issues with the label `mtg-stxfoundation` for more info. + +https://github.com/stacksgov/pm/labels/mtg-stacksfoundation + +## Action Items + +See issues with the label `mtg-action` for more info. + +https://github.com/stacksgov/pm/labels/mtg-action + +## Discussion Items + +See issues with the label `mtg-discussion` for more info. + +https://github.com/stacksgov/pm/labels/mtg-discussion + +## Miscellaneous Items + +Feel free to list out and add additional items below! From 55b6267ea9efd25f16763a16d278c16b4b45349f Mon Sep 17 00:00:00 2001 From: Jason Schrader Date: Sat, 26 Sep 2020 17:22:12 -0700 Subject: [PATCH 2/2] rename agenda template from yml to md format --- .github/ISSUE_TEMPLATE/{agenda.yml => agenda.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{agenda.yml => agenda.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/agenda.yml b/.github/ISSUE_TEMPLATE/agenda.md similarity index 100% rename from .github/ISSUE_TEMPLATE/agenda.yml rename to .github/ISSUE_TEMPLATE/agenda.md