From 80d1063a2312da34423cd2ca0fe8354ceeb8c429 Mon Sep 17 00:00:00 2001 From: jcrichlake <145698165+jcrichlake@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:17:00 -0400 Subject: [PATCH] Adding Template for Spikes (#597) * Adding Template * Addin about template --- .github/ISSUE_TEMPLATE/spike.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/spike.md diff --git a/.github/ISSUE_TEMPLATE/spike.md b/.github/ISSUE_TEMPLATE/spike.md new file mode 100644 index 000000000..6c9df19fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/spike.md @@ -0,0 +1,17 @@ +--- +name: Spike +about: Research related task, when all that is needed is information gathering. +title: '' +labels: spike +assignees: '' + +--- + +## Spike Goal +Goal for the Spike + +## Timebox +Time allocated (2 FTE days) + +## Notes +- *Optional: Any reference material or thoughts we may need for later reference* \ No newline at end of file