This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
forked from pennersr/django-allauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from AltSchool/task/ALTOS-21997-upgrade-django-…
…allauth-2 Task/altos 21997 upgrade django allauth 2
- Loading branch information
Showing
196 changed files
with
8,556 additions
and
2,737 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Submitting Pull Requests | ||
|
||
## General | ||
|
||
- [ ] Make sure you use [semantic commit messages](https://seesparkbox.com/foundry/semantic_commit_messages). | ||
Examples: `"fix(google): Fixed foobar bug"`, `"feat(accounts): Added foobar feature"`. | ||
- [ ] All Python code must be 100% pep8 and isort clean. | ||
- [ ] JavaScript code should adhere to [StandardJS](https://standardjs.com). | ||
- [ ] If your changes are significant, please update `ChangeLog.rst`. | ||
- [ ] Feel free to add yourself to `AUTHORS`. | ||
|
||
## Provider Specifics | ||
|
||
In case you add a new provider: | ||
|
||
- [ ] Make sure unit tests are available. | ||
- [ ] Add an entry of your provider in `test_settings.py::INSTALLED_APPS` and `docs/installation.rst::INSTALLED_APPS`. | ||
- [ ] Add documentation to `docs/providers.rst`. | ||
- [ ] Add an entry to the list of supported providers over at `docs/overview.rst`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.