We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f45ee commit 4db85efCopy full SHA for 4db85ef
.github/PULL_REQUEST_TEMPLATE.md
@@ -6,6 +6,7 @@ _Please make sure to review and check all of these items:_
6
- [ ] Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
7
- [ ] Is the new or changed code fully tested?
8
- [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
9
+- [ ] Is there an example added to the examples folder (if applicable)?
10
11
_NOTE: these things are not required to open a PR and can be done
12
afterwards / while the PR is open._
examples/README.md
@@ -0,0 +1,3 @@
1
+# Examples
2
+
3
+Examples of redis-py usage go here. They're being linked to the [generated documentation](https://redis-py.readthedocs.org).
0 commit comments