-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1857 from hackforla/ryanfchase-issue-templates-pa…
…tch-2 Create Emergent Request issue template
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |