Skip to content

Commit ca14ee0

Browse files
committed
chores: Improve PR template
1 parent 64009f7 commit ca14ee0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@
3131
- [ ] If have added a new web framework, update the `supertokens_python/utils.py` file to include that in the `FRAMEWORKS` variable
3232
- [ ] If added a new recipe that has a User type with extra info, then be sure to change the User type in supertokens_python/types.py
3333
- [ ] Make sure that `syncio` / `asyncio` functions are consistent.
34-
34+
- [ ] If access token structure has changed
35+
- Modified test in `tests/sessions/test_access_token_version.py` to account for any new claims that are optional or omitted by the core
36+
3537
## Remaining TODOs for this PR
3638

3739
- [ ] Item1
38-
- [ ] Item2
40+
- [ ] Item2

0 commit comments

Comments
 (0)