From 34c2be1838c0ec50c35a323d884cc04ca095f3ca Mon Sep 17 00:00:00 2001 From: Ryan Chase Date: Wed, 13 Nov 2024 14:08:46 -0800 Subject: [PATCH] Create Emergent Request issue template --- .github/ISSUE_TEMPLATE/emergent-request.md | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/emergent-request.md diff --git a/.github/ISSUE_TEMPLATE/emergent-request.md b/.github/ISSUE_TEMPLATE/emergent-request.md new file mode 100644 index 00000000..eeec2118 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/emergent-request.md @@ -0,0 +1,40 @@ +--- +name: Emergent Request +about: When you discover something in your issue that is out of scope and it needs + a new issue or discussion. +title: 'ER: (title, required)' +labels: 'Complexity: Missing, Discussion, Emergent Request, Feature: Missing, Question, + Role: Missing, size: 0.25pt' +assignees: '' + +--- + +### Emergent Requirement - Problem Description +- (short-answer, required) + +### Relevant Issue(s) +- (issue-hyperlink, required) + +### Date discovered +- (date, required) + +### Did this require a temporary workaround? If yes, what was it? +- (Y/N, required) +- (short-answer, optional) + +### Who was involved +- (@name, optional) + +### What happens if this is not addressed +- (short-answer, required) + +### Resources +- (hyperlink-list, optional) + +### Recommended Action Items +- (checkbox-list, optional) +- [ ] Share issue link with team Lead +- [ ] Add to upcoming agenda + +### Potential Solutions +- (short-answer, optional)