From 87316cb63caac655c79fd3e71edd7ad927719b38 Mon Sep 17 00:00:00 2001 From: christianEQ Date: Fri, 11 Jun 2021 18:08:19 +0000 Subject: [PATCH] removed the question issue template - doesn't seem necessary for us Former-commit-id: ce64f469f404f79ae0028627e7ebfcc47781eeab --- .github/ISSUE_TEMPLATE/question.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 6acde0d06..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Question -about: Ask the Redis developers -title: '[QUESTION]' -labels: '' -assignees: '' - ---- - -Please keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis server. - -Generally, questions about using Redis should be directed to the [community](https://redis.io/community): - -* [the mailing list](https://groups.google.com/forum/#!forum/redis-db) -* [the `redis` tag at StackOverflow](http://stackoverflow.com/questions/tagged/redis) -* [/r/redis subreddit](http://www.reddit.com/r/redis) -* [the irc channel #redis](http://webchat.freenode.net/?channels=redis) on freenode - -It is also possible that your question was already asked here, so please do a quick issues search before submitting. Lastly, if your question is about one of Redis' [clients](https://redis.io/clients), you may to contact your client's developers for help. - -That said, please feel free to replace all this with your question :) \ No newline at end of file