From 3cb4e65228ed6320470767b6d64ae0566f3df6af Mon Sep 17 00:00:00 2001 From: Mig <104501046+minhyeong112@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:49:58 -0500 Subject: [PATCH] feat: add issue template Resolves #128 --- .github/ISSUE_TEMPLATE/default.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/default.md diff --git a/.github/ISSUE_TEMPLATE/default.md b/.github/ISSUE_TEMPLATE/default.md new file mode 100644 index 0000000..139fa18 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/default.md @@ -0,0 +1,23 @@ +--- +name: Default Issue Template +about: Standard template for creating new issues +title: '' +labels: '' +assignees: '' +--- + +*insert background information here* + +## Completion Criteria: + +- *e.g. the specs of a deliverable* +- *e.g. a measurable goal/metric to be achieved* +- *etc.* + +## Relevant Links: + +[description of link](url of any relevant comment, document, website, etc.) +[description of link](url of any relevant comment, document, website, etc.) +[description of link](url of any relevant comment, document, website, etc.) + +*reminder to add a "Time:..." label and delete this comment*