Skip to content

Commit

Permalink
chore: Move project URLs to Codeberg
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Sep 8, 2024
1 parent 57154de commit 4b93953
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 22 deletions.
21 changes: 3 additions & 18 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
# Submitting Pull Requests
# 🛑 Stop

## 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 formatted using Black, and clean from pep8 and isort issues.
- [ ] JavaScript code should adhere to [StandardJS](https://standardjs.com).
- [ ] If your changes are significant, please update `ChangeLog.rst`.
- [ ] If your change is substantial, 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/<provider name>.rst` and `docs/providers/index.rst` Provider Specifics toctree.
- [ ] Add an entry to the list of supported providers over at `docs/overview.rst`.
The project has been moved to https://codeberg.org/allauth/django-allauth.
Please submit your pull request there.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ Home page
https://allauth.org/

Source code
https://github.com/pennersr/django-allauth
https://codeberg.org/allauth/django-allauth

Issue Tracker
https://codeberg.org/allauth/django-allauth/issues

Documentation
https://docs.allauth.org/en/latest/
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ classifiers =
Framework :: Django :: 5.1
project_urls =
Documentation = https://docs.allauth.org/en/latest/
Changelog = https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst
Source = https://github.com/pennersr/django-allauth
Tracker = https://github.com/pennersr/django-allauth/issues
Changelog = https://codeberg.org/allauth/django-allauth/src/branch/main/ChangeLog.rst
Source = https://codeberg.org/allauth/django-allauth
Tracker = https://codeberg.org/allauth/django-allauth/issues
Donate = https://github.com/sponsors/pennersr

[options]
Expand Down

0 comments on commit 4b93953

Please sign in to comment.