diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
| commit | dcacc00e3750300617ba6e16eb346713f91a783a (patch) | |
| tree | 38e2d4fb5ed9d119711d4295c6eda4b014af73fd /examples/redis-unstable/.github/ISSUE_TEMPLATE | |
| parent | 58dac10aeb8f5a041c46bddbeaf4c7966a99b998 (diff) | |
| download | crep-dcacc00e3750300617ba6e16eb346713f91a783a.tar.gz | |
Remove testing data
Diffstat (limited to 'examples/redis-unstable/.github/ISSUE_TEMPLATE')
5 files changed, 0 insertions, 102 deletions
diff --git a/examples/redis-unstable/.github/ISSUE_TEMPLATE/bug_report.md b/examples/redis-unstable/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 00f21a8..0000000 --- a/examples/redis-unstable/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Bug report -about: Help us improve Redis by reporting a bug -title: '[BUG]' -labels: '' -assignees: '' - ---- - -**Describe the bug** - -A short description of the bug. - -**To reproduce** - -Steps to reproduce the behavior and/or a minimal code sample. - -**Expected behavior** - -A description of what you expected to happen. - -**Additional information** - -Any additional information that is relevant to the problem. diff --git a/examples/redis-unstable/.github/ISSUE_TEMPLATE/crash_report.md b/examples/redis-unstable/.github/ISSUE_TEMPLATE/crash_report.md deleted file mode 100644 index 1118ac1..0000000 --- a/examples/redis-unstable/.github/ISSUE_TEMPLATE/crash_report.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Crash report -about: Submit a crash report -title: '[CRASH] <short description>' -labels: '' -assignees: '' - ---- - -Notice! -- If a Redis 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! - - -**Crash report** - -Paste the complete crash log between the quotes below. Please include a few lines from the log preceding the crash report to provide some context. - -``` -``` - -**Additional information** - -1. OS distribution and version -2. Steps to reproduce (if any) diff --git a/examples/redis-unstable/.github/ISSUE_TEMPLATE/feature_request.md b/examples/redis-unstable/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 732dc64..0000000 --- a/examples/redis-unstable/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Feature request -about: Suggest a feature for Redis -title: '[NEW]' -labels: '' -assignees: '' - ---- - -**The problem/use-case that the feature addresses** - -A description of the problem that the feature will solve, or the use-case with which the feature will be used. - -**Description of the feature** - -A description of what you want to happen. - -**Alternatives you've considered** - -Any alternative solutions or features you've considered, including references to existing open and closed feature requests in this repository. - -**Additional information** - -Any additional information that is relevant to the feature request. diff --git a/examples/redis-unstable/.github/ISSUE_TEMPLATE/other_stuff.md b/examples/redis-unstable/.github/ISSUE_TEMPLATE/other_stuff.md deleted file mode 100644 index e82cf00..0000000 --- a/examples/redis-unstable/.github/ISSUE_TEMPLATE/other_stuff.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Other -about: Can't find the right issue type? Use this one! -title: '' -labels: '' -assignees: '' - ---- diff --git a/examples/redis-unstable/.github/ISSUE_TEMPLATE/question.md b/examples/redis-unstable/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 338f942..0000000 --- a/examples/redis-unstable/.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) -* [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 :) |
