diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 000000000..727debcb3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,14 @@ +--- +name: Issue Template +about: General Issue Guide +title: '' +labels: '' +assignees: '' + +--- + +A good issue contains + +[] A description of the problem (or new content/feature). If you can, include where the problem is in the code. +[] An explanation as to why this is a problem, or why this content/feature should be added. Ideally, explain _who_ is affected by this. +[] A suggestion of a path forward.