Update issue templates (#37)

Update issue template to remove reference to Redis

Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
This commit is contained in:
Viktor Söderqvist 2024-03-26 17:58:44 +01:00 committed by GitHub
parent 8153b3c8fd
commit 975d3b6947
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 15 deletions

View File

@ -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: ''

View File

@ -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!

View File

@ -1,6 +1,6 @@
---
name: Feature request
about: Suggest a feature for Redis
about: Suggest a feature
title: '[NEW]'
labels: ''
assignees: ''

View File

@ -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. :)