From 2ba25232e404f049a9aa56fc86d3836280841561 Mon Sep 17 00:00:00 2001 From: Marko Papic Date: Mon, 19 Feb 2024 14:41:16 +0000 Subject: [PATCH] Issue template --- .github/ISSUE_TEMPLATE/issue-report.md | 36 ++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-report.md diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md new file mode 100644 index 0000000..6c9283f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-report.md @@ -0,0 +1,36 @@ +--- +name: Issue report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Problem description** +A clear and concise description of the issue. + +**Debug information** +* Hub username: +* Hub organization (if applicable): +* Timestamp or time range: + +**`docker info` output** +``` +Command output +``` + +**Error messages** +UI, CLI, browser console... + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Reproduction steps** +Steps to reproduce the behavior. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Additional context** +Add any other context about the problem here.