tdm-calculator icon indicating copy to clipboard operation
tdm-calculator copied to clipboard

Review and Organize Github Issue Templates

Open entrotech opened this issue 5 months ago • 0 comments

Overview

We should have a standard set of Github issue templates, so that team members are aided in creating standardized Issue formats for various types of Issues (for example Feature Requests, Bug Reports, Decisions, Business Process Analysis).

Explanation

Right now, when you create a new Github issue, you are presented with a list of Issue Types to choose from: image

Selecting the correct issue type helps the user to format the new by pre-populating the Title, Labels and Description with specific text. This issue is for the Project and/or Product Managers to review the current list of types and the formats they define and define a better set of templates for the TDM project. Once they are defined a follow-up issue can be created for developers to implement the changes

Action Items

  • [ ] Review the issue types
  • [ ] Identify obsolete and irrelevant issue types to delete.
  • [ ] Review the format of issue types we want to keep and identify desired changes.
  • [ ] Determine if there are additional types of issues we should have and define them

Resources/Instructions

Each issue template will need this info, except assignees (issues are never preassigned)

---
name: 
about: ' '
title: ''
labels: 'Complexity: Missing, Feature Missing, role missing, size: missing'
assignees: ''

---

entrotech avatar Jan 26 '24 20:01 entrotech