forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'NOAA-EMC:develop' into feature/refactor_jediatm
- 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: Feature Request | ||
about: Use this template for requesting new features | ||
title: | ||
labels: | ||
assignees: | ||
|
||
--- | ||
|
||
|
||
<!-- | ||
Please look through the existing issues to see if this issue has been created. | ||
If so, please consider using that Issue to add any additional information. | ||
--> | ||
|
||
<!-- | ||
Please remove unwanted/unrelated/irrelevant information such as comments. | ||
Use proper formatting to separate code snippets from text description. | ||
Please copy any output files into a Github gist (for e.g.) and link to the gist, rather than relying on paths that might change. | ||
--> | ||
|
||
**Description** | ||
<!-- Provide a consise description of the problem to be addressed by this feature request. --> | ||
<!-- Please be clear what parts of the problem are considered to be in-scope and out-of-scope --> | ||
|
||
**Requirements** | ||
<!-- What does the new code need to accomplish? --> | ||
|
||
**Acceptance Criteria (Definition of Done)** | ||
<!-- What does it mean for this to be finished? --> | ||
|
||
**(Optional): Suggest A Solution** | ||
<!-- | ||
A concise description of your preferred solution. Things to address include: | ||
* Details of the technical implementation | ||
* Tradeoffs made in design decisions | ||
* Caveats and considerations for the future | ||
If there are multiple solutions, please present each one separately. Save comparisons for the very end.) | ||
--> |