From 741113a6071bbc5798c434df9744343fd0d62c9b Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 9 Nov 2019 15:03:38 -0800 Subject: [PATCH] Add configuration for auto-comment bot --- .github/auto-comment.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/auto-comment.yml diff --git a/.github/auto-comment.yml b/.github/auto-comment.yml new file mode 100644 index 00000000..3d578412 --- /dev/null +++ b/.github/auto-comment.yml @@ -0,0 +1,6 @@ +issuesOpened: > + If this is a question about Moonlight or you need help troubleshooting a streaming problem, please use the help channels on our [Discord server](https://discord.gg/MySTSdq) instead of GitHub issues. There are many more people available on Discord to help you and answer your questions. + + This issue tracker should only be used for specific bugs or feature requests. + + Thank you, and happy streaming! \ No newline at end of file