Skip to content

Commit

Permalink
Update issue templates (#37)
Browse files Browse the repository at this point in the history
Update issue template to remove reference to Redis

Signed-off-by: Viktor Söderqvist <[email protected]>
  • Loading branch information
zuiderkwast authored Mar 26, 2024
1 parent 8153b3c commit 975d3b6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/crash_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!


Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature request
about: Suggest a feature for Redis
about: Suggest a feature
title: '[NEW]'
labels: ''
assignees: ''
Expand Down
15 changes: 3 additions & 12 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -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. :)

0 comments on commit 975d3b6

Please sign in to comment.