Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Dec 4, 2019
1 parent 763e1e9 commit 8b9ab31
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/work-in-progress.md
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.

0 comments on commit 8b9ab31

Please sign in to comment.