From 769deb7725d57fe5129f59d469982fba2ceb2f73 Mon Sep 17 00:00:00 2001 From: Lindsay Walker <66978602+walkerlj0@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:28:45 -0600 Subject: [PATCH] chore: Creating a template for devs to fill out for new features or functionality (#425) Creating a template for devs to fill out for new features or functionality Need to review/ decide with team --- .github/ISSUE_TEMPLATE/issue--developer-.md | 26 +++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue--developer-.md diff --git a/.github/ISSUE_TEMPLATE/issue--developer-.md b/.github/ISSUE_TEMPLATE/issue--developer-.md new file mode 100644 index 00000000..daa65083 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue--developer-.md @@ -0,0 +1,26 @@ +--- +name: Issue (Developer) +about: Describe this issue template's purpose here. +title: Issue Description - System/ Functionality +labels: '' +assignees: '' + +--- + +## General Description + +## Which system(s) or functionality does this affect +*This can be one or many. Please also include this in the title* +Solver, Job Creation, Executor, Mediation, Protocol/ Smart Contracts, Module Development, APIs, Cron Server, Databases, Metrics, Observability, RP Tooling, Incentives + +## Describe the changes, and how this affects/ interacts with each system. + + +### Once this issue is created, please update the following Tags +* **Status** - Backlog, Up Next, or In Progress +* **Team** - Engineering +* **Priority** - your Best Guess +* **Start Date** - Today or when you plan to start +* **Sprint** Either current sprint, or the sprint you think it should be included +* **Time Estimate** - Your best guess. Each day is 8 hrs +* **Development** - Please link all PRs as they are created!