summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-09-02 13:51:12 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-09-06 17:44:15 +0300
commit157bd36e6ec565d38e7f939301b31a09deb243fa (patch)
treeada80607ab5a7d7fc4fcdea3a2630dd798a488e3 /.github
parentd339cf8f09b3f0006617b29150abd8dc707375ce (diff)
downloadopenbmc-157bd36e6ec565d38e7f939301b31a09deb243fa.tar.xz
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 <patrick@stwcx.xyz> Change-Id: I5a870430ca8f679d74af0cfffb74d64eb8f72fc2
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/question.md18
1 files changed, 18 insertions, 0 deletions
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!