Skip to content

Commit 4db85ef

Browse files
authored
Updating PR template (#1745)
1 parent 12f45ee commit 4db85ef

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ _Please make sure to review and check all of these items:_
66
- [ ] Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
77
- [ ] Is the new or changed code fully tested?
88
- [ ] 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)?
910

1011
_NOTE: these things are not required to open a PR and can be done
1112
afterwards / while the PR is open._

examples/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)