From 48ef4331759f4ba15fd660cc8c4e9ff54b221b8e Mon Sep 17 00:00:00 2001 From: Amberg Date: Wed, 12 Jun 2024 16:45:38 -0700 Subject: [PATCH] add issue for requests --- .github/ISSUE_TEMPLATES/research_task | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATES/research_task diff --git a/.github/ISSUE_TEMPLATES/research_task b/.github/ISSUE_TEMPLATES/research_task new file mode 100644 index 0000000..393650a --- /dev/null +++ b/.github/ISSUE_TEMPLATES/research_task @@ -0,0 +1,26 @@ +--- +name: Research Request +about: Use this template for work that is either stand alone or a part of a bigger project. +title: Research Request- [Summary] +labels: 'research request' +assignees: '' +--- + +# Research Request + +Complete this issue to track work that is either stand alone or a smaller part of a bigger project. + +## Project Description +* **Relevant PR** (if applicable): + +* **Question or Goal**: overarching goal of this issue + +* **Data Required**: + * Currently have: + * Need: + +* **Research Required**: + +* **Metrics**: what specific calculations are you looking to find? + +* **Expected Outputs / Findings**: what do you hope to have created when this is complete?