You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community/project-management.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Team members have the following responsibilities.
31
31
32
32
Further notes for maintainers:
33
33
34
-
* Code changes should come in the form of a pull request - do not push directly to master.
34
+
* Code changes should come in the form of a pull request - do not push directly to main.
35
35
* Maintainers should typically not merge their own pull requests.
36
36
* Each issue/pull request should have exactly one label once triaged.
37
37
* Search for un-triaged issues with [is:open no:label][un-triaged].
@@ -58,14 +58,14 @@ The following template should be used for the description of the issue, and serv
58
58
59
59
Checklist:
60
60
61
-
- [ ] Create pull request for [release notes](https://github.com/encode/django-rest-framework/blob/master/docs/topics/release-notes.md) based on the [*.*.* milestone](https://github.com/encode/django-rest-framework/milestones/***).
61
+
- [ ] Create pull request for [release notes](https://github.com/encode/django-rest-framework/blob/mains/docs/topics/release-notes.md) based on the [*.*.* milestone](https://github.com/encode/django-rest-framework/milestones/***).
62
62
- [ ] Update supported versions:
63
63
- [ ] `setup.py` `python_requires` list
64
64
- [ ] `setup.py` Python & Django version trove classifiers
65
65
- [ ] `README` Python & Django versions
66
66
- [ ] `docs` Python & Django versions
67
67
- [ ] Update the translations from [transifex](https://www.django-rest-framework.org/topics/project-management/#translations).
68
-
- [ ] Ensure the pull request increments the version to `*.*.*` in [`restframework/__init__.py`](https://github.com/encode/django-rest-framework/blob/master/rest_framework/__init__.py).
68
+
- [ ] Ensure the pull request increments the version to `*.*.*` in [`restframework/__init__.py`](https://github.com/encode/django-rest-framework/blob/main/rest_framework/__init__.py).
0 commit comments