-
Notifications
You must be signed in to change notification settings - Fork 44
Adding issue templates #103
Adding issue templates #103
Conversation
Signed-off-by: Sarah Ishida <sishida@us.ibm.com>
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.
A few questions
.github/ISSUE_TEMPLATE/bug-issues.md
Outdated
@@ -0,0 +1,15 @@ | |||
--- | |||
name: Bug | |||
about: Reporting bugs and problems in Eclipse Codewind |
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.
Should we just refer to it as Codewind
to avoid any possible confusion with the Eclipse IDE tools?
.github/ISSUE_TEMPLATE/bug-issues.md
Outdated
|
||
--- | ||
|
||
**Codewind version:** In which version of Codewind, such as 19.02, did you encounter this issue? |
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.
We are sticking for semantic versioning for now so maybe let's use 0.2.0 as the example?
.github/ISSUE_TEMPLATE/bug-issues.md
Outdated
--- | ||
|
||
**Codewind version:** In which version of Codewind, such as 19.02, did you encounter this issue? | ||
**Extension version (if applicable):** In which version of the extension, such as 19.2.0, did you encounter this issue? |
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.
What extension are we talking about here? IDE extension?
.github/ISSUE_TEMPLATE/bug-issues.md
Outdated
**Codewind version:** In which version of Codewind, such as 19.02, did you encounter this issue? | ||
**Extension version (if applicable):** In which version of the extension, such as 19.2.0, did you encounter this issue? | ||
**IDE version (if applicable):** In which IDE and version, such as VS Code 1.32.1, did you encounter this issue? | ||
**OS:** Which operating system did you use when you encountered this issue? |
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.
Suggest we also add Kubernetes cluster and Che version. (if applicable)
Signed-off-by: Sarah Ishida <sishida@us.ibm.com>
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.
Thanks, looks great!
Signed-off-by: Sarah Ishida sishida@us.ibm.com
I am adding drafts of three different issue templates for issue #83.