From f45fad7f67f56b75a38f7a9ac90e991455076a48 Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Thu, 4 Jul 2019 12:31:09 +0200 Subject: [PATCH 1/2] docs: Add external links for creating issues Change-Id: I2f4402bf2f9be0db0d448a198f82096762767e9b Signed-off-by: Florent Benoit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7af91fc4f..9709071ad 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ chectl [![asciicast](https://asciinema.org/a/216201.svg)](https://asciinema.org/a/216201) +## Report issues + +Issues are tracked on the main Eclipse Che Repository: https://github.com/eclipse/che/issues + +[![New questions](https://img.shields.io/badge/New-question-blue.svg?style=flat-curved)](https://github.com/eclipse/che/issues/new?labels=area/chectl,kind/question) +[![New bug](https://img.shields.io/badge/New-bug-red.svg?style=flat-curved)](https://github.com/eclipse/che/issues/new?labels=area/chectl,kind/bug) + +## Table Of Contents * [Installation](#installation) From 9662f2744c25b310a46501c4d9414872e7bb92a1 Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Thu, 4 Jul 2019 12:32:18 +0200 Subject: [PATCH 2/2] chore(github): Update issue template to use external main che repository Change-Id: Ibfd0a7c31f06b9b87e839e3329bf2c103069c991 Signed-off-by: Florent Benoit --- .github/ISSUE_TEMPLATE/where-to-report-issues.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/where-to-report-issues.md diff --git a/.github/ISSUE_TEMPLATE/where-to-report-issues.md b/.github/ISSUE_TEMPLATE/where-to-report-issues.md new file mode 100644 index 000000000..19300dd3b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/where-to-report-issues.md @@ -0,0 +1,16 @@ +--- +name: "⚠️ Where to report issues?" +about: File issues in the main Eclipse Che repository at [https://github.com/eclipse/che/issues](https://github.com/eclipse/che/issues). +title: Issues need to be filed in the main Eclipse Che repository +labels: '' +assignees: '' + +--- + +## Where to report issues? + +This repository is not the primary repository of Eclipse Che. + +🚨 Please don't submit new issues here. 🚨 + +All issues for Eclipse Che are managed at [https://github.com/eclipse/che/issues](https://github.com/eclipse/che/issues).