diff --git a/.github/ISSUE_TEMPLATE/standard_template.md b/.github/ISSUE_TEMPLATE/standard_template.md new file mode 100644 index 0000000..a6f1a21 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/standard_template.md @@ -0,0 +1,31 @@ +--- +name: Standard Template +about: Use this template for general tickets and tasks. +title: "[TASK] " +labels: '' +assignees: '' + +--- + +**Description** +Please describe the task or problem in detail. + +... + +**Proposed Working Plan** +Suggest one or more steps on how to address this task or solve the problem. + +... + +**This ticket is complete if** +List the criteria that must be met for this ticket to be considered complete. + +... + +**Additional Comments** +Add any other relevant comments, links, screenshots, or context information here. + +... + +**Due date** +Once someone is assigned to work on this issue, an estimated completion date should be entered here to monitor progress. \ No newline at end of file