From 975d3b694718cb786f4756747da1bf082cdb5678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20S=C3=B6derqvist?= Date: Tue, 26 Mar 2024 17:58:44 +0100 Subject: [PATCH] Update issue templates (#37) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update issue template to remove reference to Redis Signed-off-by: Viktor Söderqvist --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/crash_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 15 +++------------ 4 files changed, 6 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 00f21a81bf..9eb336d0c6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Help us improve Redis by reporting a bug +about: Help us improve by reporting a bug title: '[BUG]' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/crash_report.md b/.github/ISSUE_TEMPLATE/crash_report.md index 1118ac13ee..d45b3ba134 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.md +++ b/.github/ISSUE_TEMPLATE/crash_report.md @@ -8,7 +8,7 @@ assignees: '' --- Notice! -- If a Redis module was involved, please open an issue in the module's repo instead! +- If a module was involved, please open an issue in the module's repo instead! - If you're using docker on Apple M1, please make sure the image you're using was compiled for ARM! diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 732dc647f7..b2367a89c9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest a feature for Redis +about: Suggest a feature title: '[NEW]' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 338f942e4e..fffe4e8c20 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,21 +1,12 @@ --- name: Question -about: Ask the Redis developers +about: Ask the 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. +It is possible that your question was already asked here, or elsewhere, so please do a quick search before submitting. We do our best to answer questions but please note that this is not a free support service. It is a collaboration project. We help each other. -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) -* [github discussions](https://github.com/redis/redis/discussions) - -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 :) +That said, please replace all this with your question. We will do our best to answer it. :)