From 760cc9cebccedf98bb6e1030cf504b77b65c32ec Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Wed, 29 Dec 2021 13:10:43 +0100 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..71cceef --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,20 @@ +* **I'm submitting a ...** + - [ ] bug report + - [ ] feature request + - [ ] support request + +* **What is the current behavior?** + +* **If the current behavior is a bug, please provide the configuration and steps to reproduce and if possible a minimal demo of the problem.** + +* **What is the expected behavior?** + +* **What is the motivation / use case for changing the behavior?** + +* **Please tell us about your environment:** + + - Image version: + - Docker version: + - docker-compose version: + +* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc)