Skip to content

Commit a4b1174

Browse files
committed
added a note about package maintance
1 parent c91d4b8 commit a4b1174

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support we have to direct you elsewhere. If you just have questions or support requests please use:
1+
This package is meant to be an exact mimic of `channels_redis` package, if you need a new feature, please open an issue there, and if accepted I'll add it here as well.
22

3-
- Stack Overflow
4-
- The Django Users mailing list [email protected] (https://groups.google.com/forum/#!forum/django-users)
3+
if you want to issue a bug report, please inform us of the following info:
54

6-
We have to limit this because of limited volunteer time to respond to issues!
7-
8-
Please also try and include, if you can:
9-
10-
- Your OS and runtime environment, and browser if applicable
11-
- A `pip freeze` output showing your package versions
12-
- What you expected to happen vs. what actually happened
13-
- How you're running Channels (runserver? daphne/runworker? Nginx/Apache in front?)
5+
- Your OS and runtime environment, and browser if applicable.
6+
- the package's exact version.
7+
- What you expect to happen vs. what actually happens.
8+
- How you're running Channels (runserver? daphne/runworker? Nginx/Apache in front?).
149
- Console logs and full tracebacks of any errors

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@ Contributing
320320

321321
this project is a fork of ``channels_redis`` project, it's mostly the same setup, only replace ``redis`` with ``valkey``.
322322

323+
**Note**: this package is meant to be an exact mimic of ``channels_redis``, if you need a new feature, please ask them, if accepted, it'll be added here as well.
324+
323325
Please refer to the
324326
`main Channels contributing docs <https://github.com/django/channels/blob/master/CONTRIBUTING.rst>`_.
325327
That also contains advice on how to set up the development environment and run the tests.

0 commit comments

Comments
 (0)