From 747a6537f2b4ebaf64ec29a8e51f48f40ae2164a Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Tue, 19 Jan 2021 15:26:44 +0100 Subject: [PATCH] Add templates for Elastic/Docker related issues --- .github/ISSUE_TEMPLATE.md | 33 ---------- .github/ISSUE_TEMPLATE/config.yml | 11 ++++ .github/ISSUE_TEMPLATE/issue_report.md | 87 ++++++++++++++++++++++++++ 3 files changed, 98 insertions(+), 33 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue_report.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index ba09052..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,33 +0,0 @@ - - -### Problem description - - - -### Extra information - - - -#### Stack configuration - - - -#### Docker setup - -``` - -``` - -``` - -``` - -#### Docker logs - -``` - -``` diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..42d723d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: +- name: Discuss the Elastic Stack + url: https://discuss.elastic.co + about: Please ask questions related to the usage of Elastic products in those forums. +- name: Docker Community Forums + url: https://forums.docker.com + about: Please ask questions related to the usage of Docker products in those forums. +- name: docker-elk Gitter chat room + url: https://gitter.im/deviantony/docker-elk + about: General questions regarding this project can also be asked in the chat. diff --git a/.github/ISSUE_TEMPLATE/issue_report.md b/.github/ISSUE_TEMPLATE/issue_report.md new file mode 100644 index 0000000..2d0841d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_report.md @@ -0,0 +1,87 @@ +--- +name: Issue report +about: Report a problem with the docker-elk integration or its documentation. +--- + + + + +### Problem description + + + +### Extra information + +#### Stack configuration + + + +#### Docker setup + + + +```console +$ docker version + +[OUTPUT HERE] +``` + + + +```console +$ docker-compose version + +[OUTPUT HERE] +``` + +#### Container logs + + + +```console +$ docker-compose logs + +[OUTPUT HERE] +```