From 681eedb5d65133c1c14164a6396fc35944b6ac6d Mon Sep 17 00:00:00 2001 From: S David <2100425+s-daveb@users.noreply.github.com> Date: Tue, 19 Jul 2022 18:50:03 -0400 Subject: [PATCH] Adding at gitea template for new issues. Closes #119 ( This is a combination of 19 commits ). Updating issue template --- .gitea/ISSUE_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE.md diff --git a/.gitea/ISSUE_TEMPLATE.md b/.gitea/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..094dd04 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +--- +name: "New Work Task" +description: "Default Template for a Single-Developer project" +labels: [ "task" ] +assignees: [ "sdaveb" ] +milestone: "Finalize the engine core" +projects: [ "libFramework API" ] +--- +## Problem Description +- + + +## Proposed Solution +### (if any) +- + +