From 88eb617b8c2b0732a95fc838570dcc6f32b8b999 Mon Sep 17 00:00:00 2001 From: Chris B Date: Mon, 25 Mar 2024 16:32:31 -0500 Subject: [PATCH] Add User Support issue template. (#5651) This adds a new issue template for user support issues. These are distinct from bug reports because they may not be bugs and might just be users needing help. --- .github/ISSUE_TEMPLATE/support.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/support.md diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 000000000..ba7a1efcb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,28 @@ +--- +name: User support +about: Ask the maintainers a question or for support. +title: '' +labels: ['user-support', 'needs-triage'] +assignees: '' + +--- + +**What is the issue you're encountering?** + + +**Steps to Reproduce (if applicable)** + + + +**Environment** +- DXC version +- Host Operating System + +