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] +```