Skip to content

Commit

Permalink
chores: Improve PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
KShivendu committed Aug 2, 2023
1 parent 64009f7 commit ca14ee0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
- [ ] If have added a new web framework, update the `supertokens_python/utils.py` file to include that in the `FRAMEWORKS` variable
- [ ] 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
- [ ] Make sure that `syncio` / `asyncio` functions are consistent.

- [ ] If access token structure has changed
- Modified test in `tests/sessions/test_access_token_version.py` to account for any new claims that are optional or omitted by the core

## Remaining TODOs for this PR

- [ ] Item1
- [ ] Item2
- [ ] Item2
File renamed without changes.

0 comments on commit ca14ee0

Please sign in to comment.