-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add issue templates based on all issue tags
- Loading branch information
Showing
4 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |