-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
64 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,32 @@ | ||
--- | ||
name: Feature request | ||
about: " Suggest a new feature to enhance Cantera" | ||
title: '' | ||
labels: feature-request | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Abstract** | ||
|
||
A brief description of the proposed change. | ||
|
||
**Motivation** | ||
|
||
Describe the need for the proposed change: | ||
|
||
* What problem is it trying to solve? | ||
* Who is affected by the change? | ||
* Why is this a good solution? | ||
|
||
**Description** | ||
|
||
A detailed description of the proposed change. This may include examples of how the new feature would be used, intended use cases, and pseudo-code illustrating its use. | ||
|
||
**Alternatives** | ||
|
||
If any alternative solutions to solving the same problem have been considered, describe them here, along with a justification for the chosen approach. | ||
|
||
**References** | ||
|
||
Links to related Pull Requests, GitHub Issues, Users' Group topics, or other relevant material. |
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,32 @@ | ||
--- | ||
name: Work in progress | ||
about: Describe a new feature that you are currently working on | ||
title: '' | ||
labels: work-in-progress | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Abstract** | ||
|
||
A brief description of the work being done. | ||
|
||
**Motivation** | ||
|
||
Describe the need for the work being done: | ||
|
||
* What problem is it trying to solve? | ||
* Who is affected by the change? | ||
* Why is this a good solution? | ||
|
||
**Description** | ||
|
||
A detailed description of the work being done. This may include examples of how the new feature will be used, intended use cases, and pseudo-code illustrating its use. | ||
|
||
**Alternatives** | ||
|
||
If any alternative solutions to solving the same problem have been considered, describe them here, and explain why the chosen approach is preferred. | ||
|
||
**References** | ||
|
||
Links to a development branch in your fork of the Cantera repository, Pull Requests, GitHub Issues, Users' Group topics, or other relevant material. |