Skip to content

Commit

Permalink
add issue templates based on all issue tags
Browse files Browse the repository at this point in the history
  • Loading branch information
whoabuddy committed Nov 5, 2020
1 parent 66aa4df commit bd3d143
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/mtg-action.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Agenda: Add Action Item
about: Use this template to create a new agenda action item.
title: ""
labels: mtg-action
---

<!--
These agenda items are actionable, and are recommended to have a set date for response / resolution.
Some general questions to ask yourself while creating the issue:
What is the problem you're seeing?
How does it impact members of the Stacks community?
How do you think we can fix it?
How do you think the governance group can support this effort?
-->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/mtg-agenda.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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.
- **Location:** Link will be posted in the `#governance` working group channel [on Discord](https://community.blockstack.org/discord) shortly before the call.
- **Recording:** TBA
- **Moderator:** TBA
- **Secretary:** TBA
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/mtg-discussion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Agenda: Add Discussion Item
about: Use this template to create a new agenda discussion item.
title: ""
labels: mtg-discuss
---

<!-- These agenda items are discussion points, and are typically used to gather group feedback on a topic. -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/mtg-stacksfoundation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Agenda: Add Stacks Foundation Item
about: Use this template to create a new agenda item related to the Stacks Foundation.
title: ""
labels: mtg-stacksfoundation
---

<!-- These agenda items generally relate to the Stacks Foundation and its operations. -->

0 comments on commit bd3d143

Please sign in to comment.