From 9b16507ca3e148af2d6913660eaf8b88a0f91b7f Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Fri, 5 Jul 2019 12:11:02 +0200 Subject: [PATCH] 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 https://github.com/eclipse/che/issues/13637 Fix https://github.com/eclipse/che/issues/13648 Change-Id: I3586957c6687dbdf4b528ccf62bd07e82b2887f1 Signed-off-by: Florent Benoit --- .github/ISSUE_TEMPLATE.md | 16 ------ .github/ISSUE_TEMPLATE/a_question.md | 27 ++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 73 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 19 +++++++ .github/ISSUE_TEMPLATE/task.md | 19 +++++++ 5 files changed, 138 insertions(+), 16 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/a_question.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/task.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index a2edc40a164..00000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,16 +0,0 @@ -### Description - - -### Reproduction Steps - - -**OS and version:** - -**Diagnostics:** - diff --git a/.github/ISSUE_TEMPLATE/a_question.md b/.github/ISSUE_TEMPLATE/a_question.md new file mode 100644 index 00000000000..bed0d9f6cc5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/a_question.md @@ -0,0 +1,27 @@ +--- +name: Question 🤔 +about: Usage question or discussion about Eclipse Che. +title: '' +labels: 'kind/question' +assignees: '' + +--- + + +## Summary + +## Relevant information + + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..ab1de909220 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,73 @@ +--- +name: Bug report 🐞 +about: Report a bug found in Eclipse Che +title: '' +labels: 'king/bug' +assignees: '' + +--- + + +### Describe the bug + + +### Che version + + - [ ] latest + - [ ] nightly + - [ ] other: please specify + +### Steps to reproduce + + + +### Expected behavior + + +### 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 + + +### Installation method + - [ ] chectl + - [ ] 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 + diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 00000000000..3b025e72b30 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -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. + + +### Describe the solution you'd like + + +### Describe alternatives you've considered + + +### Additional context + diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md new file mode 100644 index 00000000000..9f6ffb0db68 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.md @@ -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. + + +### Describe the solution you'd like + + +### Describe alternatives you've considered + + +### Additional context +