diff --git a/.github/ISSUE_TEMPLATE/resource_suggestion.md b/.github/ISSUE_TEMPLATE/resource_suggestion.md new file mode 100644 index 0000000..dcf5959 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/resource_suggestion.md @@ -0,0 +1,14 @@ +--- +name: New resource suggestion +about: Use this template to suggest new resources to be created. +title: "[RESOURCE IDEA] @@proposed title of resource@@" +labels: "resource_idea" +--- + +Proposed title of resource: + +Purpose of resource: + +Basic scope of resource: + + diff --git a/.github/ISSUE_TEMPLATE/resource_update.md b/.github/ISSUE_TEMPLATE/resource_update.md new file mode 100644 index 0000000..4cd75dc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/resource_update.md @@ -0,0 +1,14 @@ +--- +name: Resource updates and suggestions +about: Use this template suggest updates to resources. +title: "[RESOURCE UPDATE] @@title of suggestion@@" +labels: "resource_update" +--- + +Title of Resource: + +Current text: + +Suggested text: + +Rationale: diff --git a/.github/ISSUE_TEMPLATE/scope_change.md b/.github/ISSUE_TEMPLATE/scope_change.md index 25cb42e..0cd6aeb 100644 --- a/.github/ISSUE_TEMPLATE/scope_change.md +++ b/.github/ISSUE_TEMPLATE/scope_change.md @@ -2,5 +2,13 @@ name: Scope updates and suggestions about: Use this template for tracking change requests for resource scope. title: "[SCOPE] @@title of request@@" -labels: scope +labels: "scope" --- + +Title of Resource: + +Current scope text: + +Suggested scope text: + +Rationale: