From 157bd36e6ec565d38e7f939301b31a09deb243fa Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 2 Sep 2022 05:51:12 -0500 Subject: [PATCH] github: add 'question' template Our 'Bug Report' template says not to use github issues for questions and support, but we still get lots of them. I think that is because the Github UI only shows available templates or "Open a Blank Issue". When someone goes to the new issue page with a question, they know it is not a bug report, so they start with the blank one and never see the disclaimer. Create a specific Question template so that hopefully these kinds of users will see the disclaimer. Signed-off-by: Patrick Williams Change-Id: I5a870430ca8f679d74af0cfffb74d64eb8f72fc2 --- .github/ISSUE_TEMPLATE/question.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000000..3d756b2dbd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,18 @@ +--- +name: Question / Support +about: I have a question... +title: '' +labels: '' +assignees: '' + +--- + +# STOP! READ BELOW. + +We do not field questions or feature requests by Github Issues! + +Questions or feature requests should be discussed on the mailing list or +Discord. Please see https://github.com/openbmc/openbmc#contact for info +on how to contact us. + +Github Issues in openbmc/openbmc are for bugs only!