-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(github): Update issue template to have several choices
Also enhance the templates to ask more questions when reporting a bug Related to End Game #13637 Fix #13648 Change-Id: I3586957c6687dbdf4b528ccf62bd07e82b2887f1 Signed-off-by: Florent Benoit <[email protected]>
- Loading branch information
Showing
7 changed files
with
170 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,27 @@ | ||
--- | ||
name: Question 🤔 | ||
about: Usage question or discussion about Eclipse Che. | ||
title: '' | ||
labels: 'kind/question' | ||
assignees: '' | ||
|
||
--- | ||
<!-- | ||
To make it easier for us to help you, please include as much useful information as possible. | ||
Useful Links: | ||
- Documentation: https://www.eclipse.org/che/docs | ||
- Contributing: https://github.com/eclipse/che/blob/master/CONTRIBUTING.md | ||
Eclipse Che has public chat on: | ||
- Mattermost: https://mattermost.eclipse.org/eclipse/channels/eclipse-che | ||
Before opening a new issue, please search existing issues https://github.com/eclipse/che/issues | ||
--> | ||
|
||
## Summary | ||
|
||
## Relevant information | ||
|
||
<!-- Provide as much useful information as you can --> |
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,73 @@ | ||
--- | ||
name: Bug report 🐞 | ||
about: Report a bug found in Eclipse Che | ||
title: '' | ||
labels: 'king/bug' | ||
assignees: '' | ||
|
||
--- | ||
<!-- | ||
To make it easier for us to help you, please include as much useful information as possible. | ||
Useful Links: | ||
- Documentation: https://www.eclipse.org/che/docs | ||
- Contributing: https://github.com/eclipse/che/blob/master/CONTRIBUTING.md | ||
Eclipse Che has public chat on: | ||
- Mattermost: https://mattermost.eclipse.org/eclipse/channels/eclipse-che | ||
Before opening a new issue, please search existing issues https://github.com/eclipse/che/issues | ||
--> | ||
|
||
### Describe the bug | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
### Che version | ||
<!-- (if workspace is running, version can be obtained with help/about menu) --> | ||
- [ ] latest | ||
- [ ] nightly | ||
- [ ] other: please specify | ||
|
||
### Steps to reproduce | ||
|
||
<!-- | ||
1. Do '...' | ||
2. Click on '....' | ||
3. See error | ||
--> | ||
|
||
### Expected behavior | ||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
### Runtime | ||
- [ ] kubernetes (include output of `kubectl version`) | ||
- [ ] Openshift (include output of `oc version`) | ||
- [ ] minikube (include output of `minikube version` and `kubectl version`) | ||
- [ ] minishift (include output of `minishift version` and `oc version`) | ||
- [ ] docker-desktop + K8S (include output of `docker version` and `kubectl version`) | ||
- [ ] other: (please specify) | ||
|
||
### Screenshots | ||
<!-- If applicable, add screenshots to help explain your problem. --> | ||
|
||
### Installation method | ||
- [ ] chectl <!--(please specify the options of chectl tool) --> | ||
- [ ] che-operator <!--(version of che-operator) --> | ||
- [ ] minishift-addon | ||
- [ ] I don't know | ||
|
||
### Environment | ||
- [ ] my computer | ||
- [ ] Windows | ||
- [ ] Linux | ||
- [ ] macOS | ||
- [ ] Cloud | ||
- [ ] Amazon | ||
- [ ] Azure | ||
- [ ] GCE | ||
- [ ] other (please specify) | ||
- [ ] other: please specify | ||
|
||
### Additional context | ||
<!-- Add any other context about the problem here. --> |
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,19 @@ | ||
--- | ||
name: Enhancement💡 | ||
about: Suggest a enhancement for Eclipse Che | ||
title: '' | ||
labels: 'kind/enhancement' | ||
assignees: '' | ||
|
||
--- | ||
### Is your enhancement related to a problem? Please describe. | ||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
### Describe the solution you'd like | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
### Describe alternatives you've considered | ||
<!--A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
### Additional context | ||
<!-- Add any other context or screenshots about the enhancement here. --> |
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,13 @@ | ||
--- | ||
name: Documentation 📘 | ||
about: Suggest a documentation item for Eclipse Che | ||
title: '' | ||
labels: 'kind/docs' | ||
assignees: '' | ||
|
||
--- | ||
### Documentation | ||
<!-- A clear and concise description of what needs to be documented --> | ||
|
||
### Additional context | ||
<!-- Add any other context or screenshots about the documentation here. --> |
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,19 @@ | ||
--- | ||
name: Task 🔧 | ||
about: Internal things, technical debt, and to-do tasks to be performed. | ||
title: '' | ||
labels: 'kind/task' | ||
assignees: '' | ||
|
||
--- | ||
### Is your task related to a problem? Please describe. | ||
<!-- A clear and concise description of what the problem is.--> | ||
|
||
### Describe the solution you'd like | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
### Describe alternatives you've considered | ||
<!--A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
### Additional context | ||
<!-- Add any other context or screenshots about the task here. --> |
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,19 @@ | ||
--- | ||
name: Usability 🚀 | ||
about: Issues related to the end-user experience | ||
title: '' | ||
labels: 'kind/usability' | ||
assignees: '' | ||
|
||
--- | ||
### Describe the problem | ||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
### Describe the solution you'd like | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
### Describe alternatives you've considered | ||
<!--A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
### Additional context | ||
<!-- Add any other context or screenshots about the usability here. --> |