From 70d4228e12c7eba35568b43b8137e01b847d4c68 Mon Sep 17 00:00:00 2001 From: "Alex V. Kotlar" Date: Thu, 21 Sep 2023 17:39:13 -0400 Subject: [PATCH] Create Ticket issue template (#270) --- .github/ISSUE_TEMPLATE/ticket.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/ticket.md diff --git a/.github/ISSUE_TEMPLATE/ticket.md b/.github/ISSUE_TEMPLATE/ticket.md new file mode 100644 index 000000000..209d9594c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ticket.md @@ -0,0 +1,17 @@ +--- +name: Ticket +about: A ticket is a development item we want to accomplish +title: '' +labels: '' +assignees: '' + +--- + +### Background: +###### A concise description of why we're pursuing this task. + +### Completion Criteria: +###### What is the goal, and how do we know this task is accomplished? + +### Implementation Summary +###### Give enough technical detail for a teammate to understand the proposed solution.