-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update issue templates #9
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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** | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. One thought that comes to mind: this template seems to assume that the requestor has a solution in mind. There should either be a separate template for somebody opening a request but w/ no idea how to solve it, or a hearty dose of "(if applicable)" in this template. Looking at the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That's a good point -- a feature request doesn't need that much detail on the implementation, at least to start. Updated accordingly. |
||
|
||
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. |
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? | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would an entry for "Files impacted" be worthwhile? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We could ask for files / classes impacted, but that feels like more detail than necessary. Once people have modifications underway, I'd like them to link to the in-progress branch where they're working. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, good point. My only thought here was that it would give a way to communicate to others if the "ground beneath their feet" was about to change. i.e. if there is some major change that is going to affect files where they are currently working on changes. But agree that it might be a bit much to ask for... |
||
* 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leading space here, and does it need the quotes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the leading space. I'm leaving the quotes because GitHub put them there when I used their tool to create these issue templates.