Skip to content
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

chore(github): Update issue template to have several choices #13777

Merged
merged 1 commit into from
Jul 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/a_question.md
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 -->
73 changes: 73 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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. -->
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
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. -->
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
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. -->